Work asssignment split line

This commit is contained in:
Dander7BD 2014-01-13 10:25:20 +01:00
parent e575fff610
commit 8ecd263318
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 );
}