mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
Update OpenGLExampleBrowser.cpp
revert original width/height to 1024x768
This commit is contained in:
parent
a30b887595
commit
049d9a5ca6
@ -869,8 +869,8 @@ bool OpenGLExampleBrowser::init(int argc, char* argv[])
|
||||
}
|
||||
|
||||
|
||||
int width = 1280;
|
||||
int height=640;
|
||||
int width = 1024;
|
||||
int height=768;
|
||||
#ifndef NO_OPENGL3
|
||||
SimpleOpenGL3App* simpleApp=0;
|
||||
sUseOpenGL2 =args.CheckCmdLineFlag("opengl2");
|
||||
|
Loading…
Reference in New Issue
Block a user