| 144 | } |
| 145 | |
| 146 | void GameEngine::onWorldCreated(Handle::WorldHandle world) |
| 147 | { |
| 148 | BaseEngine::onWorldCreated(world); |
| 149 | |
| 150 | if (world.isValid()) |
| 151 | { |
| 152 | world.get().createCamera(); |
| 153 | } |
| 154 | } |
| 155 | |
| 156 | void GameEngine::onWorldRemoved(Handle::WorldHandle world) |
| 157 | { |
no test coverage detected