Skip to content

Commit

Permalink
xrGame: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 13, 2018
1 parent a5eb38d commit 1970cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/PhysicsShellHolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CPhysicsShellHolder : public CGameObject,
virtual bool ActivationSpeedOverriden(Fvector& dest, bool clear_override) { return false; }
IC CPhysicsShell*& PPhysicsShell() { return m_pPhysicsShell; }
IC CPhysicsShellHolder* PhysicsShellHolder() { return this; }
virtual const IObjectPhysicsCollision* physics_collision() {}
virtual const IObjectPhysicsCollision* physics_collision();
virtual const IPhysicsShell* physics_shell() const;
virtual IPhysicsShell* physics_shell();
virtual const IPhysicsElement* physics_character() const;
Expand Down

0 comments on commit 1970cc2

Please sign in to comment.