mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-08 12:28:15 +00:00
fixing typo (#2748)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user