fix: DeltaTime scaling not needed
This commit is contained in:
parent
6ba42fd400
commit
366ee209c7
Binary file not shown.
|
|
@ -85,7 +85,7 @@ void AExoPlayerCharacter::Tick(float DeltaTime)
|
|||
{
|
||||
Super::Tick(DeltaTime);
|
||||
|
||||
CrouchTimeline.TickTimeline(2*DeltaTime);
|
||||
CrouchTimeline.TickTimeline(DeltaTime);
|
||||
|
||||
UpdateCameraHeight(DeltaTime);
|
||||
ApplyCameraOffsets(DeltaTime);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user