automatically go back to old camera

This commit is contained in:
ThatZeoMan 2022-08-16 22:30:22 -05:00
parent 5159cc7921
commit 3d7a2516af
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace HeavenStudio
} }
if (prog > 1f) if (prog > 1f)
{ {
shakeLast = new Vector3(e.valA, e.valA); shakeResult = new Vector3(0, 0);
} }
} }
} }