mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-04 21:36:41 +00:00
Indentation fix
This commit is contained in:
parent
9bc6f2d5f6
commit
293f3f30b5
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue