forked from mirror/openmw-tes3mp
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)
|
||||
{
|
||||
#ifdef ANDROID
|
||||
return;
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (mCursorMap.find(name) != mCursorMap.end())
|
||||
|
|
Loading…
Reference in a new issue