소스 검색

Fixes crash when clip is playing and you exit your game.

Kieran Cunney 14 년 전
부모
커밋
7d12e1878d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gameplay/src/AnimationController.cpp

+ 1 - 1
gameplay/src/AnimationController.cpp

@@ -268,7 +268,7 @@ void AnimationController::initialize()
 
 void AnimationController::finalize()
 {
-    stopAllAnimations();
+    //stopAllAnimations();
     _state = PAUSED;
 }