| 329 | } |
| 330 | |
| 331 | void GraphicsEngine::GOListener::OnDestroy(GraphicsObject const* object) |
| 332 | { |
| 333 | if (mEngine) |
| 334 | { |
| 335 | mEngine->Unbind(object); |
| 336 | } |
| 337 | } |
| 338 | |
| 339 | GraphicsEngine::DTListener::DTListener(GraphicsEngine* engine) |
| 340 | : |
no test coverage detected