mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Revert "Prefer GL3 driver over legacy GL driver"
This reverts commit9f52f84f2b
andded8c25e34
.
This commit is contained in:
parent
88b007907a
commit
0fa56a9f7c
2 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ std::vector<video::E_DRIVER_TYPE> RenderingEngine::getSupportedVideoDrivers()
|
|||
// Only check these drivers. We do not support software and D3D in any capacity.
|
||||
// ordered by preference (best first)
|
||||
static const video::E_DRIVER_TYPE glDrivers[] = {
|
||||
video::EDT_OPENGL3,
|
||||
video::EDT_OPENGL,
|
||||
video::EDT_OPENGL3,
|
||||
video::EDT_OGLES2,
|
||||
video::EDT_NULL,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue