Fix pickup animation incorrect coordinate usage.

Animation finalPosition was world position, while initialPosition was local position.
This commit is contained in:
Vera Aguilera Puerto
2021-08-06 18:11:39 +02:00
parent 9927584d86
commit 0501ae4b89
5 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
author: Your_Name_Here
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: Fixes pickup animation not showing under certain conditions.