]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiscalingfilter.h
Lint fix
[minetest.git] / src / guiscalingfilter.h
index 7408ff5ebd85c767602ff956517012bc65b32be6..4661bf8daff3e4df3c4209392a29cec58cea1bb0 100644 (file)
@@ -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);