Skip to content

Commit

Permalink
Merge branch 'master' into 290224_Add_onResourceStateChange
Browse files Browse the repository at this point in the history
  • Loading branch information
TracerDS authored Mar 8, 2024
2 parents a175ee5 + a96f99f commit becc4d5
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 738 deletions.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CClientBuilding.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CClientBuilding : public CClientEntity
void GetPosition(CVector& vecPosition) const override { vecPosition = m_vPos; };
void SetPosition(const CVector& vecPosition) override;

void GetRotationRadians(CVector& vecOutRadians) const override { vecOutRadians = m_vPos; };
void GetRotationRadians(CVector& vecOutRadians) const override { vecOutRadians = m_vRot; };
void SetRotationRadians(const CVector& vecRadians) override;

CEntity* GetGameEntity() override { return m_pBuilding; };
Expand Down
Loading

0 comments on commit becc4d5

Please sign in to comment.