1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-31 18:31: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

@ -472,7 +472,7 @@ public:
};
//! global const identity Material
IRRLICHT_API extern SMaterial IdentityMaterial;
IRRLICHT_API extern const SMaterial IdentityMaterial;
} // end namespace video
} // end namespace irr