diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-12-24 04:01:19 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-12-24 04:01:19 +0100 |
commit | 0f6fb2617e5234480994f954125f5c45d6d29e0b (patch) | |
tree | a99421984b3a3125788a325330fdc205e7fa7934 /src/Game.h | |
parent | a7a5ae60e49f135fed64700e73fa378273afcefe (diff) | |
download | zoom++-0f6fb2617e5234480994f954125f5c45d6d29e0b.tar zoom++-0f6fb2617e5234480994f954125f5c45d6d29e0b.zip |
Don't disable shaders when rendering shadow volumes
Diffstat (limited to 'src/Game.h')
-rw-r--r-- | src/Game.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ class Game { unsigned input; - int lightPos; + float lightPos; }; } |