mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-27 13:38:30 +00:00
windows fixes
This commit is contained in:
@@ -695,8 +695,8 @@ bool OpenGLExampleBrowser::init(int argc, char* argv[])
|
||||
}
|
||||
|
||||
|
||||
int width = 1920;
|
||||
int height=1080;
|
||||
int width = 1024;
|
||||
int height=768;
|
||||
#ifndef NO_OPENGL3
|
||||
SimpleOpenGL3App* simpleApp=0;
|
||||
sUseOpenGL2 =args.CheckCmdLineFlag("opengl2");
|
||||
|
||||
Reference in New Issue
Block a user