1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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