diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2018-02-24 15:38:54 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <ahmad@a3f.at> | 2018-02-24 15:40:08 +0100 |
| commit | a5881fb9ccaf60ea0ff4f6afd7f3925e24330cac (patch) | |
| tree | 921de9f9e5e2d376069ff39c53a18d53918de1d3 /examples | |
| parent | c9043b5a872015bab4dc1b0606504341e9ce5b2b (diff) | |
| download | raylib-a5881fb9ccaf60ea0ff4f6afd7f3925e24330cac.tar.gz raylib-a5881fb9ccaf60ea0ff4f6afd7f3925e24330cac.zip | |
Revert "raymath.h: Use C99 inline semantics"
This reverts commit 6ffc8cb7990fb4ff40f205cb53bec797b10e48a2.
and commit e4d7bbec1ef08279495ac41f5f8c4be359c58cf0.
which I pushed by mistake...
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/models/models_skybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c index 9f0d8c17..46297e41 100644 --- a/examples/models/models_skybox.c +++ b/examples/models/models_skybox.c @@ -62,7 +62,7 @@ int main() Begin3dMode(camera); - DrawModel(skybox, (Vector3){0, 0, 0}, 1.0f, WHITE); + DrawModel(skybox, Vector3Zero(), 1.0f, WHITE); DrawGrid(10, 1.0f); |
