mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
uh... accidentally left directX as the default in main.cpp
This commit is contained in:
parent
b0971f4459
commit
949383a2f7
@ -1624,8 +1624,8 @@ int main(int argc, char *argv[])
|
|||||||
video::E_DRIVER_TYPE driverType;
|
video::E_DRIVER_TYPE driverType;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
driverType = video::EDT_DIRECT3D9;
|
//driverType = video::EDT_DIRECT3D9;
|
||||||
//driverType = video::EDT_OPENGL;
|
driverType = video::EDT_OPENGL;
|
||||||
#else
|
#else
|
||||||
driverType = video::EDT_OPENGL;
|
driverType = video::EDT_OPENGL;
|
||||||
//driverType = video::EDT_BURNINGSVIDEO; // Best software renderer
|
//driverType = video::EDT_BURNINGSVIDEO; // Best software renderer
|
||||||
|
Loading…
Reference in New Issue
Block a user