summaryrefslogtreecommitdiffstats
path: root/src/Game.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-12-24 04:01:19 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-12-24 04:01:19 +0100
commit0f6fb2617e5234480994f954125f5c45d6d29e0b (patch)
treea99421984b3a3125788a325330fdc205e7fa7934 /src/Game.h
parenta7a5ae60e49f135fed64700e73fa378273afcefe (diff)
downloadzoom++-0f6fb2617e5234480994f954125f5c45d6d29e0b.tar
zoom++-0f6fb2617e5234480994f954125f5c45d6d29e0b.zip
Don't disable shaders when rendering shadow volumes
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.h b/src/Game.h
index cb90c42..103086d 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -65,7 +65,7 @@ class Game {
unsigned input;
- int lightPos;
+ float lightPos;
};
}