Merge pull request #322 from compugab/match-isBusyRendering-and-execute

Match dLytMapCapture_c::isBusyRendering and execute
This commit is contained in:
robojumper
2026-05-29 09:38:13 +02:00
committed by GitHub
+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();
}