| 117 | } |
| 118 | |
| 119 | ProgressTimer* TransitionProgress::progressTimerNodeWithRenderTexture(RenderTexture* /*texture*/) |
| 120 | { |
| 121 | AXASSERT(false, "override me - abstract class"); |
| 122 | return nullptr; |
| 123 | } |
| 124 | |
| 125 | // TransitionProgressRadialCCW |
| 126 |
nothing calls this directly
no test coverage detected