mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fix: some code tidy about includes & irr namespaces
This commit is contained in:
parent
48d5abd5be
commit
de85bc9227
14 changed files with 59 additions and 65 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue