Skip to content

Commit

Permalink
Update raylib header"
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
Timofffee committed Feb 7, 2021
1 parent 2686d56 commit 5b98f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/raylib.d
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ struct Mesh

// OpenGL identifiers
uint vaoId; // OpenGL Vertex Array Object id
uint[7] vboId; // OpenGL Vertex Buffer Objects id (default vertex data)
uint* vboId; // OpenGL Vertex Buffer Objects id (default vertex data)
}

// Shader type (generic)
Expand Down

0 comments on commit 5b98f04

Please sign in to comment.