Use EXTERN_CVAR instead of extern

Because vk_rayquery is a CVAR and needs this treatment
This commit is contained in:
Kevin Caccamo 2024-01-21 06:19:24 -05:00 committed by Magnus Norddahl
commit d7dcf60c7b

View file

@ -28,7 +28,7 @@
#include "hw_material.h"
#include "texturemanager.h"
extern bool vk_rayquery;
EXTERN_CVAR(Bool, vk_rayquery);
VkLevelMesh::VkLevelMesh(VulkanRenderDevice* fb) : fb(fb)
{