CameraPane.java
.. .. @@ -106,7 +106,7 @@ 106 106 static boolean OEIL = true; 107 107 static boolean OEILONCE = false; // do oeilon then oeiloff 108 108 static boolean LOOKAT = true; 109 -static boolean RANDOM = true; // false;109 +static boolean SWITCH = true; // false;110 110 static boolean HANDLES = false; // selection doesn't work!! 111 111 static boolean PAINTMODE = false; 112 112 .. .. @@ -2267,7 +2267,7 @@ 2267 2267 2268 2268 void ToggleRandom() 2269 2269 { 2270 - RANDOM ^= true;2270 + SWITCH ^= true;2271 2271 } 2272 2272 2273 2273 void ToggleHandles()