mirror of https://github.com/raysan5/raylib
fixing typo (#2748)
This commit is contained in:
parent
cb085a1b50
commit
8025b052b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue