| 98 | } |
| 99 | |
| 100 | void |
| 101 | OutputEffectInstance::renderCurrentFrame(bool canAbort) |
| 102 | { |
| 103 | _engine->renderCurrentFrame(getApp()->isRenderStatsActionChecked(), canAbort); |
| 104 | } |
| 105 | |
| 106 | void |
| 107 | OutputEffectInstance::renderCurrentFrameWithRenderStats(bool canAbort) |
no test coverage detected