aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.c')
-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