Bezi回来了
This commit is contained in:
@@ -109,7 +109,6 @@ namespace Cielonos.MainGame.Effects.Feedback
|
||||
}
|
||||
|
||||
Vector3 totalOffset = Vector3.zero;
|
||||
|
||||
for (int i = _activeShakes.Count - 1; i >= 0; i--)
|
||||
{
|
||||
CameraRotationShakeInstance shake = _activeShakes[i];
|
||||
@@ -121,7 +120,6 @@ namespace Cielonos.MainGame.Effects.Feedback
|
||||
_activeShakes.RemoveAt(i);
|
||||
}
|
||||
}
|
||||
|
||||
_rotationOffset.rotationOffset = _initialRotation + totalOffset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user