Merge pull request #482 from a3f/master

raymath.h: Use C99 inline semantics
This commit is contained in:
Ray 2018-03-15 12:27:40 +01:00 committed by GitHub
commit 6c6d6776c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 144 deletions

View file

@ -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);