Skip to content

Commit 0cce8d2

Browse files
committed
make gl2d buttons the default in test_dashboard
1 parent 769117c commit 0cce8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devtools/test_dashboard/server.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ switch(process.argv[2]) {
1919
case 'geo':
2020
testFile = 'test_geo';
2121
break;
22-
case 'gl2d':
23-
testFile = 'test_gl2d';
22+
case 'gl3d':
23+
testFile = 'test_gl3d';
2424
break;
2525
default:
26-
testFile = 'test_gl3d';
26+
testFile = 'test_gl2d';
2727
}
2828

2929
console.log('Using ' + testFile);

0 commit comments

Comments
 (0)