Browse Source

- Removed redundant call in TruckToy.

MelvMay-GG 12 years ago
parent
commit
69465cd
1 changed files with 0 additions and 3 deletions
  1. 0 3
      modules/TruckToy/1/main.cs

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

@@ -74,9 +74,6 @@ function TruckToy::destroy( %this )
 
 function TruckToy::reset( %this )
 {   
-    // Cancel any pending events.
-    %this.cancelPendingEvents();
-    
     // Clear the scene.
     SandboxScene.clear();