temporarily revert rendering changes - need to find a better solution later
This commit is contained in:
parent
8f3b947eb1
commit
d0cf60b618
6 changed files with 56 additions and 41 deletions
|
@ -60,7 +60,7 @@ HRESULT __stdcall ddraw_palette_SetEntries(IDirectDrawPaletteImpl *This, DWORD d
|
|||
}
|
||||
|
||||
/* FIXME: only refresh the screen when the primary palette is changed */
|
||||
if(ddraw->primary)
|
||||
if(ddraw->primary && ddraw->render.run)
|
||||
{
|
||||
ReleaseSemaphore(ddraw->render.sem, 1, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue