mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
uh... accidentally left directX as the default in main.cpp
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user