summaryrefslogtreecommitdiff
path: root/src/resources/mobileopenglscreenshothelper.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-07 04:35:19 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-07 18:50:36 +0300
commit514878dd29b52fcbdc3ec63833d528070d502880 (patch)
tree8d4abe6e8a5146630f9d66908f8ccdf860f1b8d2 /src/resources/mobileopenglscreenshothelper.cpp
parent48ea9be889ecc77ae0ee7e952f1970771a92e5c9 (diff)
downloadplus-514878dd29b52fcbdc3ec63833d528070d502880.tar.gz
plus-514878dd29b52fcbdc3ec63833d528070d502880.tar.bz2
plus-514878dd29b52fcbdc3ec63833d528070d502880.tar.xz
plus-514878dd29b52fcbdc3ec63833d528070d502880.zip
Fix code style.
Diffstat (limited to 'src/resources/mobileopenglscreenshothelper.cpp')
-rw-r--r--src/resources/mobileopenglscreenshothelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mobileopenglscreenshothelper.cpp b/src/resources/mobileopenglscreenshothelper.cpp
index e726a723b..76a41c949 100644
--- a/src/resources/mobileopenglscreenshothelper.cpp
+++ b/src/resources/mobileopenglscreenshothelper.cpp
@@ -62,7 +62,7 @@ SDL_Surface *MobileOpenGLScreenshotHelper::getScreenshot()
SDL_Surface *const tmpImage = MSDL_CreateRGBSurface(
SDL_SWSURFACE, w, h, 32,
- 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000);
+ 0x00ff0000U, 0x0000ff00U, 0x000000ffU, 0xff000000U);
if (tmpImage == nullptr)
return nullptr;