mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-13 14:00:27 +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…
Reference in New Issue
Block a user