Normand Briere
2019-06-11 4113164b3be1e50251ac40d6fd65660f0a6c2e63
CameraPane.java
....@@ -2265,7 +2265,7 @@
22652265 LOOKAT ^= true;
22662266 }
22672267
2268
- void ToggleRandom()
2268
+ void ToggleSwitch()
22692269 {
22702270 SWITCH ^= true;
22712271 }
....@@ -10392,13 +10392,13 @@
1039210392 ambientOcclusion = false;
1039310393 }
1039410394
10395
- if (Globals.lighttouched && DrawMode() == DEFAULT && !lightMode) // && !FROZEN)
10395
+ if (Globals.lighttouched && DrawMode() == DEFAULT) // && !lightMode) // && !FROZEN)
1039610396 {
1039710397 //if (RENDERSHADOW) // ?
1039810398 if (!IsFrozen())
1039910399 {
1040010400 // dec 2012
10401
- if (!ambientOcclusion && !(!flash && !lightMode && DrawMode() == DEFAULT && ANTIALIAS > 0))
10401
+ if (!ambientOcclusion && !(!flash && DrawMode() == DEFAULT && ANTIALIAS > 0))
1040210402 {
1040310403 Globals.framecount++;
1040410404 shadowbuffer.display();