| 18 | } |
| 19 | |
| 20 | TriStepRenderAtlas::~TriStepRenderAtlas() |
| 21 | { |
| 22 | GlobalStore().UnregisterVariable( "simpleOutColour" ); |
| 23 | } |
| 24 | |
| 25 | // -------------------------------------------------------------------------------------- |
| 26 | // Description: |
nothing calls this directly
no test coverage detected