mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[vulkan] Fix a merge dropping that missed a conview change
This commit is contained in:
parent
20ee47404f
commit
d7be237af9
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ update_lights (vulkan_ctx_t *ctx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (developer & SYS_lighting) {
|
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),
|
va (ctx->va_ctx, "%3d", light_data->lightCount),
|
||||||
ctx);
|
ctx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue