Fix repop crash

This commit is contained in:
neckkola
2022-02-27 15:25:15 -04:00
parent d67fa473a2
commit 9836c80a9d
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ int main(int argc, char** argv) {
EQ::Timer process_timer(loop_fn);
process_timer.Start(32, true);
EQ::EventLoop::Get().Run();
entity_list.Clear();