Skip to content

Commit 1970cc2

Browse files
committed
xrGame: fix windows build
1 parent a5eb38d commit 1970cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/PhysicsShellHolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CPhysicsShellHolder : public CGameObject,
4747
virtual bool ActivationSpeedOverriden(Fvector& dest, bool clear_override) { return false; }
4848
IC CPhysicsShell*& PPhysicsShell() { return m_pPhysicsShell; }
4949
IC CPhysicsShellHolder* PhysicsShellHolder() { return this; }
50-
virtual const IObjectPhysicsCollision* physics_collision() {}
50+
virtual const IObjectPhysicsCollision* physics_collision();
5151
virtual const IPhysicsShell* physics_shell() const;
5252
virtual IPhysicsShell* physics_shell();
5353
virtual const IPhysicsElement* physics_character() const;

0 commit comments

Comments
 (0)