From 8aa5ad772315525b36f3024868fdd00e70a1f227 Mon Sep 17 00:00:00 2001 From: Dander7BD Date: Tue, 14 Jan 2014 09:16:54 +0100 Subject: [PATCH] Revert "Work asssignment split line" This reverts commit 8ecd2633180d909b47a149e591a8ffa9bc835a49. --- Code/GamePhysics/Implementation/PhysicsAPI_Impl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Code/GamePhysics/Implementation/PhysicsAPI_Impl.cpp b/Code/GamePhysics/Implementation/PhysicsAPI_Impl.cpp index 0d1eaf5d..1115e7e9 100644 --- a/Code/GamePhysics/Implementation/PhysicsAPI_Impl.cpp +++ b/Code/GamePhysics/Implementation/PhysicsAPI_Impl.cpp @@ -94,9 +94,6 @@ namespace } protoState.ApplyForwarding( forwardedDeltaPos, forwardedDeltaAxis ); - - /////// Dan below / Robin Above - protoState.ApplyImpulse( bounce, worldPointOfContact, normal ); proto->SetState( protoState ); }