Skip to content

Commit

Permalink
tiny update
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed May 27, 2024
1 parent 38010af commit d81a075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/B/bhkCharacterController.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace RE
virtual void Unk_10(void) = 0; // 10
virtual float GetVDBAlpha() const = 0; // 11
virtual void Unk_12(void) = 0; // 12
virtual void Unk_13(void) = 0; // 13
virtual void RotateImpl(hkTransform& a_tranform) = 0; // 13

inline void GetPosition(hkVector4& a_pos, bool a_applyCenterOffset) const { return GetPositionImpl(a_pos, a_applyCenterOffset); }

Expand Down
3 changes: 2 additions & 1 deletion include/RE/H/hkpMouseSpringAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace RE
virtual ~hkpMouseSpringAction() override; // 00

// override (hkpUnaryAction)
void ApplyAction(const hkStepInfo& a_stepInfo) override; // 04
void ApplyAction(const hkStepInfo& a_stepInfo) override; // 03
void EntityRemovedCallback(hkpEntity* a_entity) override; // 06
hkpAction* Clone(const hkArray<hkpEntity*>& a_newEntities, const hkArray<hkpPhantom*>& a_newPhantoms) const override; // 07

Expand All @@ -27,6 +27,7 @@ namespace RE
float maxRelativeForce; // 68
float objectDamping; // 6C
hkpShapeKey shapeKey; // 70
std::uint32_t pad74; // 74
hkArray<MouseSpringAppliedCallback*> applyCallbacks; // 78
};
static_assert(sizeof(hkpMouseSpringAction) == 0x90);
Expand Down

0 comments on commit d81a075

Please sign in to comment.