| 957 | } |
| 958 | |
| 959 | void EnvObject::AfterDrawInstances() { |
| 960 | #if defined(AVOID_DRAW_INSTANCES_CLEANUP_OVERHEAD) |
| 961 | AfterDrawInstancesImpl(); |
| 962 | #endif |
| 963 | } |
| 964 | |
| 965 | void AfterDrawInstancesImpl() { |
| 966 | Graphics* graphics = Graphics::Instance(); |
nothing calls this directly
no test coverage detected