fixing typo

This commit is contained in:
Dor Shapira 2022-10-11 10:32:44 +03:00 committed by GitHub
parent cb085a1b50
commit dbb6c5e26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ typedef struct Material {
float params[4]; // Material generic parameters (if required)
} Material;
// Transform, vectex transformation data
// Transform, vertex transformation data
typedef struct Transform {
Vector3 translation; // Translation
Quaternion rotation; // Rotation