[vulkan] Fix a merge dropping that missed a conview change

This commit is contained in:
Bill Currie 2022-09-22 10:33:21 +09:00
parent 20ee47404f
commit d7be237af9
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ update_lights (vulkan_ctx_t *ctx)
}
}
if (developer & SYS_lighting) {
Vulkan_Draw_String (vid.conview->xlen - 32, 8,
Vulkan_Draw_String (vid.width - 32, 8,
va (ctx->va_ctx, "%3d", light_data->lightCount),
ctx);
}