enable base OpenGL2 rendering as fallback for more demos including physics server (use --opengl2 flag in Example Browser), no shadows yet.
This commit is contained in:
@@ -495,10 +495,10 @@ static void saveCurrentSettings(int currentEntry,const char* startFileName)
|
||||
{
|
||||
fprintf(f,"--enable_experimental_opencl\n");
|
||||
}
|
||||
if (sUseOpenGL2 )
|
||||
{
|
||||
fprintf(f,"--opengl2\n");
|
||||
}
|
||||
// if (sUseOpenGL2 )
|
||||
// {
|
||||
// fprintf(f,"--opengl2\n");
|
||||
// }
|
||||
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user