mirror of
https://github.com/zeldaret/ss
synced 2026-06-01 09:47:32 -04:00
Match dLytMapCapture_c::isBusyRendering and execute
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user