Use EXTERN_CVAR instead of extern
Because vk_rayquery is a CVAR and needs this treatment
This commit is contained in:
parent
fe456eaded
commit
d7dcf60c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue