Match dLytMapCapture_c::isBusyRendering and execute

This commit is contained in:
compugab
2026-05-28 19:09:43 -04:00
parent 83f216dd37
commit 819815d746
+8
View File
@@ -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();
}