1
0

Drop _IRR_MATERIAL_MAX_TEXTURES_

This commit is contained in:
numzero
2023-02-22 20:21:27 +03:00
parent a0e1e39ea7
commit 8efd4527f6
4 changed files with 7 additions and 30 deletions

View File

@@ -280,7 +280,7 @@ namespace video
/** SMaterial might ignore some textures in most function, like assignment and comparison,
when SIrrlichtCreationParameters::MaxTextureUnits is set to a lower number.
*/
const u32 MATERIAL_MAX_TEXTURES = _IRR_MATERIAL_MAX_TEXTURES_;
const u32 MATERIAL_MAX_TEXTURES = 4;
//! Struct for holding parameters for a material renderer
// Note for implementors: Serialization is in CNullDriver