aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/osystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/3ds/osystem.cpp')
-rw-r--r--backends/platform/3ds/osystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp
index f6278eb16b..e19ff8f8de 100644
--- a/backends/platform/3ds/osystem.cpp
+++ b/backends/platform/3ds/osystem.cpp
@@ -85,7 +85,7 @@ OSystem_3DS::~OSystem_3DS() {
destroyEvents();
destroyAudio();
destroyGraphics();
-
+
delete _timerManager;
_timerManager = 0;
}
@@ -109,7 +109,7 @@ void OSystem_3DS::initBackend() {
_timerManager = new DefaultTimerManager();
_savefileManager = new DefaultSaveFileManager("/3ds/scummvm/saves/");
-
+
initGraphics();
initAudio();
initEvents();