You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed a bug as uncovered by the new unit test (to be checked in in a separate submit).
#jira UEA-376 #rb Aaron.Cox [CL 4985309 by Helge Mathee in Dev-Anim branch]
This commit is contained in:
@@ -153,7 +153,7 @@ float UKismetAnimationLibrary::K2_CalculateVelocityFromPositionHistory(
|
||||
NextIndex = 0;
|
||||
}
|
||||
History.Positions[NextIndex] = Position;
|
||||
History.Velocities[History.LastIndex] = LengthOfV;
|
||||
History.Velocities[NextIndex] = LengthOfV;
|
||||
History.LastIndex = NextIndex;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user