| 71 | } |
| 72 | |
| 73 | void AAMjManager::PostCompile() |
| 74 | { |
| 75 | if (PhysicsEngine) |
| 76 | PhysicsEngine->PostCompile(); |
| 77 | BuildEntityCache(); |
| 78 | } |
| 79 | |
| 80 | void AAMjManager::BuildEntityCache() |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected