소스 검색

发现自由移动bug,暂存

SZAND\msx_2 1 년 전
부모
커밋
d7cfa83ce9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ActionTowerDefense/Assets/Scripts/PlayerController.cs

+ 1 - 0
ActionTowerDefense/Assets/Scripts/PlayerController.cs

@@ -1446,6 +1446,7 @@ public class PlayerController : MoveCharacter
 
     public void EndTransfiguration(int id)
     {
+        isTransfiguration = false;
         canfly = false;
         mecanim = playerMe;
         ani = playerAni;