diff options
Diffstat (limited to 'cheatsheet')
| -rw-r--r-- | cheatsheet/raylib_structs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/raylib_structs.c b/cheatsheet/raylib_structs.c index 38101a4..460c4b4 100644 --- a/cheatsheet/raylib_structs.c +++ b/cheatsheet/raylib_structs.c @@ -19,7 +19,7 @@ struct Shader; // Shader struct MaterialMap; // MaterialMap struct Material; // Material, includes shader and maps - struct Transform; // Transform, vectex transformation data + struct Transform; // Transform, vertex transformation data struct BoneInfo; // Bone, skeletal animation bone struct Model; // Model, meshes, materials and animation data struct ModelAnimation; // ModelAnimation |
