We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bfb61 commit 68f19efCopy full SHA for 68f19ef
source/ogre/BaseApp_Create.cpp
@@ -254,7 +254,7 @@ bool BaseApp::configure()
254
255
mRoot->initialise(false);
256
257
- Uint32 flags = SDL_INIT_VIDEO|SDL_INIT_JOYSTICK|SDL_INIT_HAPTIC|SDL_INIT_NOPARACHUTE;
+ Uint32 flags = SDL_INIT_VIDEO|SDL_INIT_JOYSTICK|SDL_INIT_NOPARACHUTE;
258
if (SDL_WasInit(flags) == 0)
259
{
260
SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software");
0 commit comments