1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-04 21:36:41 +00:00

Indentation fix

This commit is contained in:
scrawl 2015-12-09 23:30:24 +01:00
parent 9bc6f2d5f6
commit 293f3f30b5

View file

@ -218,7 +218,7 @@ namespace SDLUtil
void SDLCursorManager::_createCursorFromResource(const std::string& name, int rotDegrees, osg::Image* image, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y) void SDLCursorManager::_createCursorFromResource(const std::string& name, int rotDegrees, osg::Image* image, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y)
{ {
#ifdef ANDROID #ifdef ANDROID
return; return;
#endif #endif
if (mCursorMap.find(name) != mCursorMap.end()) if (mCursorMap.find(name) != mCursorMap.end())