Added basic cursor drawing.
svn-id: r50954
This commit is contained in:
parent
3995b2d8f7
commit
0e748c5a97
5 changed files with 130 additions and 10 deletions
|
@ -190,6 +190,10 @@ SdlGraphicsManager::SdlGraphicsManager()
|
|||
}
|
||||
|
||||
SdlGraphicsManager::~SdlGraphicsManager() {
|
||||
// Unregister the event observer
|
||||
if (g_system->getEventManager()->getEventDispatcher() != NULL)
|
||||
g_system->getEventManager()->getEventDispatcher()->unregisterObserver(this);
|
||||
|
||||
unloadGFXMode();
|
||||
g_system->deleteMutex(_graphicsMutex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue