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:
parent
2796283550
commit
7abaa8d4cd
3 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue