uh... accidentally left directX as the default in main.cpp

This commit is contained in:
Perttu Ahola 2011-02-08 11:34:31 +02:00
parent b0971f4459
commit 949383a2f7
1 changed files with 2 additions and 2 deletions

View File

@ -1624,8 +1624,8 @@ int main(int argc, char *argv[])
video::E_DRIVER_TYPE driverType;
#ifdef _WIN32
driverType = video::EDT_DIRECT3D9;
//driverType = video::EDT_OPENGL;
//driverType = video::EDT_DIRECT3D9;
driverType = video::EDT_OPENGL;
#else
driverType = video::EDT_OPENGL;
//driverType = video::EDT_BURNINGSVIDEO; // Best software renderer