Browse Source

fixing typo (#2748)

pull/2749/head
Dor Shapira 2 years ago
committed by GitHub
parent
commit
8025b052b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h 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

Loading…
Cancel
Save