1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Make Irrlicht identity material const

This commit is contained in:
sfan5 2025-02-26 18:06:53 +01:00
parent 2796283550
commit 7abaa8d4cd
3 changed files with 7 additions and 3 deletions

View file

@ -88,7 +88,7 @@ const matrix4 IdentityMatrix(matrix4::EM4CONST_IDENTITY);
namespace video
{
SMaterial IdentityMaterial;
const SMaterial IdentityMaterial;
extern "C" IRRLICHT_API bool IRRCALLCONV isDriverSupported(E_DRIVER_TYPE driver)
{