summaryrefslogtreecommitdiff
path: root/src/guiscalingfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiscalingfilter.h')
-rw-r--r--src/guiscalingfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiscalingfilter.h b/src/guiscalingfilter.h
index 7408ff5eb..4661bf8da 100644
--- a/src/guiscalingfilter.h
+++ b/src/guiscalingfilter.h
@@ -46,5 +46,5 @@ video::ITexture *guiScalingImageButton(video::IVideoDriver *driver, video::IText
*/
void draw2DImageFilterScaled(video::IVideoDriver *driver, video::ITexture *txr,
const core::rect<s32> &destrect, const core::rect<s32> &srcrect,
- const core::rect<s32> *cliprect = 0, video::SColor *const colors = 0,
+ const core::rect<s32> *cliprect = 0, const video::SColor *const colors = 0,
bool usealpha = false);