summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcompugab <compugab@hotmail.com>2026-05-28 19:09:43 -0400
committercompugab <compugab@hotmail.com>2026-05-28 19:09:43 -0400
commit819815d7461b7ec7607d3ce520e84908ccdf162d (patch)
tree188e7f007a4965ec2381c0f2bf8b29071352860e
parent83f216dd37e56efddd1d19351836f3b03f074058 (diff)
Match dLytMapCapture_c::isBusyRendering and execute
-rw-r--r--src/d/lyt/d_lyt_map_capture.cpp8
1 files changed, 8 insertions, 0 deletions
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();
+}