SDL: Slight formatting fix.
svn-id: r54583
This commit is contained in:
parent
c5e28f69b7
commit
f199761756
1 changed files with 4 additions and 4 deletions
|
@ -201,11 +201,11 @@ SdlGraphicsManager::~SdlGraphicsManager() {
|
|||
g_system->getEventManager()->getEventDispatcher()->unregisterObserver(this);
|
||||
|
||||
unloadGFXMode();
|
||||
if (_mouseSurface)
|
||||
SDL_FreeSurface(_mouseSurface);
|
||||
if (_mouseSurface)
|
||||
SDL_FreeSurface(_mouseSurface);
|
||||
_mouseSurface = 0;
|
||||
if (_mouseOrigSurface)
|
||||
SDL_FreeSurface(_mouseOrigSurface);
|
||||
if (_mouseOrigSurface)
|
||||
SDL_FreeSurface(_mouseOrigSurface);
|
||||
_mouseOrigSurface = 0;
|
||||
g_system->deleteMutex(_graphicsMutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue