diff options
| author | raysan5 <raysan5@gmail.com> | 2014-06-09 16:33:53 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-06-09 16:33:53 +0200 |
| commit | 8e186e840c7aa9dd79e447e1a67ac81d188bff2d (patch) | |
| tree | c0f076fd1a0ed2689564c3e93008297414d4ff2a /src/raylib.h | |
| parent | a42f8328b2b3e9fb87961536cfda370635fd6bb1 (diff) | |
| download | raylib-8e186e840c7aa9dd79e447e1a67ac81d188bff2d.tar.gz raylib-8e186e840c7aa9dd79e447e1a67ac81d188bff2d.zip | |
Updated some comments
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 21d22122..0ff357c2 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -221,7 +221,7 @@ typedef struct Camera { } Camera; // Vertex data definning a mesh -typedef struct { +typedef struct VertexData { int vertexCount; float *vertices; // 3 components per vertex float *texcoords; // 2 components per vertex |
