aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 10:24:26 +1000
committerDavid Walter Seikel2014-04-20 10:24:26 +1000
commit427d87a9d47212bb995e7d1e4eaa85d6304a51be (patch)
tree2b340cb57579182d028855eba4fe69d74e494e07 /ClientHamr/extantz/crappisspuke.cpp
parentShut up some of the excess EFL logging in LuaSL. (diff)
downloadSledjHamr-427d87a9d47212bb995e7d1e4eaa85d6304a51be.zip
SledjHamr-427d87a9d47212bb995e7d1e4eaa85d6304a51be.tar.gz
SledjHamr-427d87a9d47212bb995e7d1e4eaa85d6304a51be.tar.bz2
SledjHamr-427d87a9d47212bb995e7d1e4eaa85d6304a51be.tar.xz
Clean up a bunch of warnings in extantz.
Diffstat (limited to 'ClientHamr/extantz/crappisspuke.cpp')
-rw-r--r--ClientHamr/extantz/crappisspuke.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp
index 576dd2b..6a560f1 100644
--- a/ClientHamr/extantz/crappisspuke.cpp
+++ b/ClientHamr/extantz/crappisspuke.cpp
@@ -33,7 +33,7 @@ EAPI int startIrr(GLData *gld)
33 void *display = NULL; 33 void *display = NULL;
34 unsigned long sfc = 0; 34 unsigned long sfc = 0;
35 void *ctx = NULL; 35 void *ctx = NULL;
36 Evas_GL_API *gl = gld->glApi; 36// Evas_GL_API *gl = gld->glApi;
37 37
38#if USE_DEMO 38#if USE_DEMO
39 myDemo = new CDemo(gld, additive); 39 myDemo = new CDemo(gld, additive);
@@ -238,7 +238,7 @@ EAPI void drawIrr_start(GLData *gld)
238 238
239 // Work out a frame delta time. 239 // Work out a frame delta time.
240 const u32 now = device->getTimer()->getTime(); 240 const u32 now = device->getTimer()->getTime();
241 const f32 frameDeltaTime = (f32)(now - then) / 1000.f; // Time in seconds 241// const f32 frameDeltaTime = (f32)(now - then) / 1000.f; // Time in seconds
242 then = now; 242 then = now;
243 243
244 244