mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
fix: some code tidy about includes & irr namespaces
This commit is contained in:
@@ -225,7 +225,7 @@ bool RenderingEngine::print_video_modes()
|
||||
return videomode_list != NULL;
|
||||
}
|
||||
|
||||
void RenderingEngine::removeMesh(const irr::scene::IMesh* mesh)
|
||||
void RenderingEngine::removeMesh(const scene::IMesh* mesh)
|
||||
{
|
||||
m_device->getSceneManager()->getMeshCache()->removeMesh(mesh);
|
||||
}
|
||||
|
Reference in New Issue
Block a user