Skip to content

Commit

Permalink
increased the controllers in the test to account for a monitor turned…
Browse files Browse the repository at this point in the history
… sideways
  • Loading branch information
doug committed Dec 19, 2013
1 parent ac83aa1 commit e35ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
var gui = new GUI();

// Add a lot of controllers. This will fail if you have some freakishly tall monitor.
for (var i = 0; i < 50; i++) {
for (var i = 0; i < 100; i++) {
gui.add({ x: 0 }, 'x');
}

Expand Down

0 comments on commit e35ced6

Please sign in to comment.