addition to last commit

This commit is contained in:
RSDuck 2021-08-04 14:35:54 +02:00
parent f792d3e6a1
commit f900792dc0
1 changed files with 1 additions and 1 deletions

View File

@ -1646,7 +1646,7 @@ void SoftRenderer::RenderPolygons(bool threaded, Polygon** polygons, int npolys)
void SoftRenderer::VCount144()
{
if (RenderThreadRunning.load(std::memory_order_relaxed))
if (RenderThreadRunning.load(std::memory_order_relaxed) && !GPU3D::AbortFrame)
Platform::Semaphore_Wait(Sema_RenderDone);
}