mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 00:27:31 +00:00
OPENGL: cleanup
svn-id: r54520
This commit is contained in:
parent
f1cdb318c6
commit
a5ffdcf6cf
@ -72,12 +72,9 @@ OpenGLGraphicsManager::~OpenGLGraphicsManager() {
|
||||
free(_gamePalette);
|
||||
free(_cursorPalette);
|
||||
|
||||
if (_gameTexture != NULL)
|
||||
delete _gameTexture;
|
||||
if (_overlayTexture != NULL)
|
||||
delete _overlayTexture;
|
||||
if (_cursorTexture != NULL)
|
||||
delete _cursorTexture;
|
||||
delete _gameTexture;
|
||||
delete _overlayTexture;
|
||||
delete _cursorTexture;
|
||||
}
|
||||
|
||||
void OpenGLGraphicsManager::initEventObserver() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user