@@ -259,7 +259,7 @@
controls.screen.width = width;
controls.screen.height = height;
- camera.radius = ( width + height ) / 4;
+ controls.radius = ( width + height ) / 4;
};