summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-07-21 17:46:44 +0200
committerraysan5 <[email protected]>2017-07-21 17:46:44 +0200
commitc6cd07c373541f3b112e99f924b2213196625dc7 (patch)
tree2c2f4bf5ef3856b3451f2b4891000f430666178f /examples/models
parente52032f64660008fdcf0c8d707ef6aed1e6fc32f (diff)
downloadraylib-c6cd07c373541f3b112e99f924b2213196625dc7.tar.gz
raylib-c6cd07c373541f3b112e99f924b2213196625dc7.zip
Some tweaks raymath related
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_skybox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/models/models_skybox.c b/examples/models/models_skybox.c
index 25b01e9c..30ee8e2e 100644
--- a/examples/models/models_skybox.c
+++ b/examples/models/models_skybox.c
@@ -10,7 +10,6 @@
********************************************************************************************/
#include "raylib.h"
-#include "raymath.h"
int main()
{