This commit is contained in:
Hannes Mann 2016-06-12 18:54:25 +02:00
parent cd10d8aa66
commit e35a7782b1

View file

@ -22,7 +22,7 @@ namespace openrayman
openrayman::message_box::display("Error!", "The data/common/ directory was not found.", true);
return EXIT_FAILURE;
}
if(!m_window.open("OpenRayman", 1024, 768, true))
if(!m_window.open("OpenRayman", 1024, 768, false))
{
openrayman::message_box::display("Error in window creation!", "The window could not open.\nMake sure your graphics drivers are up to date.", true);
return EXIT_FAILURE;