- don't let Vulkan access the vid_vsync variable directly.
Since the FrameBuffers have a SetVsync method anything these last set must count, not the global variable directly.
This commit is contained in:
parent
b9d4e77214
commit
5179a69fdb
5 changed files with 9 additions and 6 deletions
|
|
@ -63,7 +63,6 @@ CVAR(Int, vid_showpalette, 0, 0)
|
|||
EXTERN_CVAR(Bool, ticker)
|
||||
EXTERN_CVAR(Float, vid_brightness)
|
||||
EXTERN_CVAR(Float, vid_contrast)
|
||||
EXTERN_CVAR(Bool, vid_vsync)
|
||||
EXTERN_CVAR(Int, vid_maxfps)
|
||||
EXTERN_CVAR(Bool, cl_capfps)
|
||||
EXTERN_CVAR(Int, screenblocks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue