diff --git a/src/main.cpp b/src/main.cpp index 5bce8c1..0c8773e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -373,8 +373,8 @@ int main(int argc, char* argv[]) { // we have reached the end of the cinematic if(animationTime >= endTime) { currentShot = nullptr; - - world->meshes.clear(); + + running = false; } if(currentShot != nullptr) {