mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-01 07:45:26 +01:00
Remove irr namespace (#16309)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
OpenGLProcedures GL;
|
||||
|
||||
void OpenGLProcedures::LoadAllProcedures(irr::video::IContextManager *cmgr)
|
||||
void OpenGLProcedures::LoadAllProcedures(video::IContextManager *cmgr)
|
||||
{
|
||||
|
||||
if (!CullFace) CullFace = (PFNGLCULLFACEPROC_MT)cmgr->getProcAddress("glCullFace");
|
||||
|
||||
Reference in New Issue
Block a user