mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
automatically go back to old camera
This commit is contained in:
parent
5159cc7921
commit
3d7a2516af
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ namespace HeavenStudio
|
||||||
}
|
}
|
||||||
if (prog > 1f)
|
if (prog > 1f)
|
||||||
{
|
{
|
||||||
shakeLast = new Vector3(e.valA, e.valA);
|
shakeResult = new Vector3(0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue