diff --git a/src/core/gpu_commands.cpp b/src/core/gpu_commands.cpp index c4448653b..e741f6671 100644 --- a/src/core/gpu_commands.cpp +++ b/src/core/gpu_commands.cpp @@ -94,6 +94,7 @@ void GPU::ExecuteCommands() DispatchRenderCommand(); m_blit_buffer.clear(); EndCommand(); + continue; } } break;