diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/arbnpot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arbnpot.c b/progs/tests/arbnpot.c index ad1376885b..8107717e27 100644 --- a/progs/tests/arbnpot.c +++ b/progs/tests/arbnpot.c @@ -162,7 +162,7 @@ int main( int argc, char *argv[] ) { glutInit( &argc, argv ); glutInitWindowPosition( 0, 0 ); - glutInitWindowSize( 40, 40 ); + glutInitWindowSize( 400, 400 ); glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH ); glutCreateWindow(argv[0]); glutReshapeFunc( Reshape ); |