diff --git a/src/d/lyt/d_lyt_map_capture.cpp b/src/d/lyt/d_lyt_map_capture.cpp index 46686efc..c8ead0c9 100644 --- a/src/d/lyt/d_lyt_map_capture.cpp +++ b/src/d/lyt/d_lyt_map_capture.cpp @@ -30,3 +30,11 @@ void dLytMapCapture_c::executeState_RenderingWaitStep2() { } } void dLytMapCapture_c::finalizeState_RenderingWaitStep2() {} + +bool dLytMapCapture_c::isBusyRendering() const{ + return mIsBusyRendering; +} + +void dLytMapCapture_c::execute() { + mStateMgr.executeState(); +}