aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-27 09:26:52 +1000
committerDavid Walter Seikel2013-01-27 09:26:52 +1000
commit2624827ee680b0a721c408da690721b28e8f2427 (patch)
tree2e7958847b7ede1baba9f74cc8a58dea288a4cb8 /ClientHamr/extantz/crappisspuke.cpp
parentDelete a bunch of the keyboard handling stuff. (diff)
downloadSledjHamr-2624827ee680b0a721c408da690721b28e8f2427.zip
SledjHamr-2624827ee680b0a721c408da690721b28e8f2427.tar.gz
SledjHamr-2624827ee680b0a721c408da690721b28e8f2427.tar.bz2
SledjHamr-2624827ee680b0a721c408da690721b28e8f2427.tar.xz
Get the new camera actually working. Still some bugs to be ironed out.
Diffstat (limited to 'ClientHamr/extantz/crappisspuke.cpp')
-rw-r--r--ClientHamr/extantz/crappisspuke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp
index 90cbbed..5bfb6e2 100644
--- a/ClientHamr/extantz/crappisspuke.cpp
+++ b/ClientHamr/extantz/crappisspuke.cpp
@@ -9,7 +9,7 @@ SExposedVideoData videoData;
9 9
10IAnimatedMeshSceneNode *node; 10IAnimatedMeshSceneNode *node;
11CDemo *myDemo; 11CDemo *myDemo;
12// This is the movemen speed in units per second. 12// This is the movement speed in units per second.
13const f32 MOVEMENT_SPEED = 5.f; 13const f32 MOVEMENT_SPEED = 5.f;
14// In order to do framerate independent movement, we have to know 14// In order to do framerate independent movement, we have to know
15// how long it was since the last frame 15// how long it was since the last frame