| 427 | } |
| 428 | |
| 429 | void UMjPerturbation::StopDrag() |
| 430 | { |
| 431 | if (!Manager || !Manager->PhysicsEngine) |
| 432 | return; |
| 433 | FScopeLock Lock(&Manager->PhysicsEngine->CallbackMutex); |
| 434 | Perturb.active = 0; |
| 435 | } |
| 436 | |
| 437 | void UMjPerturbation::DrawDebugSpring() const |
| 438 | { |