Work asssignment split line
This commit is contained in:
parent
e575fff610
commit
8ecd263318
|
@ -73,6 +73,9 @@ namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
protoState.ApplyForwarding( forwardedDeltaPos, forwardedDeltaAxis );
|
protoState.ApplyForwarding( forwardedDeltaPos, forwardedDeltaAxis );
|
||||||
|
|
||||||
|
/////// Dan below / Robin Above
|
||||||
|
|
||||||
protoState.ApplyImpulse( bounce, worldPointOfContact, normal );
|
protoState.ApplyImpulse( bounce, worldPointOfContact, normal );
|
||||||
proto->SetState( protoState );
|
proto->SetState( protoState );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue