Browse Source

Destroy event subsystem after scene.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
c1f6c0e69b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/context.cpp

+ 3
- 3
src/context.cpp View File

@@ -24,12 +24,12 @@ Context::~Context() {
delete history;
history = NULL;

delete event;
event = NULL;

delete scene;
scene = NULL;

delete event;
event = NULL;

delete engine;
engine = NULL;
}


Loading…
Cancel
Save