mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 22:00:26 +01:00
Mark CGLTFMeshFileLoader constructor as noexcept
This commit is contained in:
parent
246ee9c3ca
commit
5a190a6ab9
@ -218,7 +218,7 @@ static void getVertices
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CGLTFMeshFileLoader::CGLTFMeshFileLoader()
|
CGLTFMeshFileLoader::CGLTFMeshFileLoader() noexcept
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user