mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Indentation fix
This commit is contained in:
parent
9bc6f2d5f6
commit
293f3f30b5
@ -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)
|
||||
{
|
||||
#ifdef ANDROID
|
||||
return;
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (mCursorMap.find(name) != mCursorMap.end())
|
||||
|
Loading…
Reference in New Issue
Block a user