fixed small error (forgot to include playerPos2

This commit is contained in:
EricPlayZ
2025-01-27 01:43:53 +02:00
parent 168195fc28
commit 5bedd2c0cd

View File

@ -8,6 +8,7 @@ namespace EGSDK::Engine {
public:
union {
DynamicField(CBulletPhysicsCharacter, Vec3, playerPos);
DynamicField(CBulletPhysicsCharacter, Vec3, playerPos2);
DynamicField(CBulletPhysicsCharacter, float, playerDownwardVelocity);
};