Work asssignment split line

This commit is contained in:
Dander7BD 2014-01-13 10:25:20 +01:00
parent 7834264e5f
commit 502513d4f8
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ namespace
}
protoState.ApplyForwarding( forwardedDeltaPos, forwardedDeltaAxis );
/////// Dan below / Robin Above
protoState.ApplyImpulse( bounce, worldPointOfContact, normal );
proto->SetState( protoState );
}