From 293f3f30b55fd0fae690887c05e9d577a869e628 Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 9 Dec 2015 23:30:24 +0100 Subject: [PATCH] Indentation fix --- components/sdlutil/sdlcursormanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sdlutil/sdlcursormanager.cpp b/components/sdlutil/sdlcursormanager.cpp index 0eb161a64..26b0510dc 100644 --- a/components/sdlutil/sdlcursormanager.cpp +++ b/components/sdlutil/sdlcursormanager.cpp @@ -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())