mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-09 04:48: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)
|
float params[4]; // Material generic parameters (if required)
|
||||||
} Material;
|
} Material;
|
||||||
|
|
||||||
// Transform, vectex transformation data
|
// Transform, vertex transformation data
|
||||||
typedef struct Transform {
|
typedef struct Transform {
|
||||||
Vector3 translation; // Translation
|
Vector3 translation; // Translation
|
||||||
Quaternion rotation; // Rotation
|
Quaternion rotation; // Rotation
|
||||||
|
Reference in New Issue
Block a user