aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-30 02:13:48 +1000
committerDavid Walter Seikel2014-05-30 02:13:48 +1000
commitd2178bf76792650ee598ee45114e1c20d18bb936 (patch)
tree94ade909fe608fdf88f12ca801c791a4f988a866 /src/extantz/extantz.c
parentHalf arsed generic stuffs creation. (diff)
downloadSledjHamr-d2178bf76792650ee598ee45114e1c20d18bb936.zip
SledjHamr-d2178bf76792650ee598ee45114e1c20d18bb936.tar.gz
SledjHamr-d2178bf76792650ee598ee45114e1c20d18bb936.tar.bz2
SledjHamr-d2178bf76792650ee598ee45114e1c20d18bb936.tar.xz
Slightly less half arsed stuffs creation.
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index d8a265c..835429f 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -324,7 +324,7 @@ static void _draw_gl(Evas_Object *obj)
324 drawGears(gld); 324 drawGears(gld);
325#endif 325#endif
326 326
327 _animate_scene(ourGlobals); 327 animateScene(ourGlobals);
328 animateCamera(ourGlobals->scene); 328 animateCamera(ourGlobals->scene);
329 329
330#if USE_IRR 330#if USE_IRR