Browse Source

- The Sandbox now deletes the Scene when the module is destroyed.

MelvMay-GG 12 years ago
parent
commit
2865b05
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules/Sandbox/1/main.cs

+ 3 - 0
modules/Sandbox/1/main.cs

@@ -90,6 +90,9 @@ function Sandbox::destroy( %this )
     
     // Destroy the sandbox window.
     destroySandboxWindow();
+    
+    // Destroy the sandbox scene.
+    destroySandboxScene();
 }
 
 //-----------------------------------------------------------------------------