Merge pull request #482 from a3f/master
raymath.h: Use C99 inline semantics
This commit is contained in:
commit
6c6d6776c0
4 changed files with 59 additions and 144 deletions
|
@ -62,7 +62,7 @@ int main()
|
|||
|
||||
Begin3dMode(camera);
|
||||
|
||||
DrawModel(skybox, Vector3Zero(), 1.0f, WHITE);
|
||||
DrawModel(skybox, (Vector3){0, 0, 0}, 1.0f, WHITE);
|
||||
|
||||
DrawGrid(10, 1.0f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue