Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andor authored and Andor committed Apr 4, 2011
1 parent ca4ec06 commit fac585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/museum/museum.js
Expand Up @@ -365,7 +365,7 @@ void draw()
lastTime = millis();

// frameCount hack to force drawing podiums
if(firstTime || userMoving || frameCount < 10){
if(firstTime || userMoving || frameCount < 50){
firstTime = false;
camera(0.0, 0.0, 0.0, 0.0, 0.0, -0.000001, 0, 1, 0);

Expand Down

0 comments on commit fac585e

Please sign in to comment.