Corrected (a little bit) sponza, add load.js to generate load in db
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ function main() {
|
||||
// Set the good size of cameras
|
||||
onWindowResize();
|
||||
|
||||
if (locked)
|
||||
if (locked !== undefined && locked)
|
||||
startCanvas.render();
|
||||
|
||||
// Some config
|
||||
|
||||
Reference in New Issue
Block a user