mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Stop dlopening libGL(ESv2).so
GLX/EGL are supposed to abstract exactly this away, this is a bad hack at best and might totally break stuff at worst.
This commit is contained in:
@ -111,8 +111,6 @@ namespace video
|
||||
|
||||
EGLint MajorVersion;
|
||||
EGLint MinorVersion;
|
||||
|
||||
void* libHandle;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user