mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
ed8b289315
It seems that SDL_SetColors causes a page flip, so VID_SetPalette only queue a palette change (by checking for the need to change and storing the requested palete) and VID_Update now checks for a queued palette change and updates SDL's palette if required. This fixes the flickering console in sw -sdl introduced by the cshift/centerprint change. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makefile.am |