Revert "don't set dds_unlock_limiter_disabled on colorfill"
This reverts commit 7f8bc1bc56
.
This commit is contained in:
parent
7f8bc1bc56
commit
02f706e3bb
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ HRESULT dds_Blt(
|
|||
ReleaseSemaphore(g_ddraw.render.sem, 1, NULL);
|
||||
SwitchToThread();
|
||||
|
||||
if (g_ddraw.ticks_limiter.tick_length > 0 && !(dwFlags & DDBLT_COLORFILL))
|
||||
if (g_ddraw.ticks_limiter.tick_length > 0)
|
||||
{
|
||||
g_ddraw.ticks_limiter.dds_unlock_limiter_disabled = TRUE;
|
||||
util_limit_game_ticks();
|
||||
|
|
Loading…
Reference in a new issue