aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CNullDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CNullDriver.h')
-rw-r--r--source/Irrlicht/CNullDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CNullDriver.h b/source/Irrlicht/CNullDriver.h
index 3362045..e6b27d8 100644
--- a/source/Irrlicht/CNullDriver.h
+++ b/source/Irrlicht/CNullDriver.h
@@ -584,7 +584,7 @@ namespace video
bool writeImageToFile(IImage* image, io::IWriteFile * file, u32 param = 0) override;
//! Sets the name of a material renderer.
- void setMaterialRendererName(s32 idx, const char* name) override;
+ void setMaterialRendererName(u32 idx, const char* name) override;
//! Swap the material renderers used for certain id's
void swapMaterialRenderers(u32 idx1, u32 idx2, bool swapNames) override;