mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[vulkan] Remove a duplicate tracy zone
Fixes a compile failure when profiling.
This commit is contained in:
parent
12ecc81470
commit
9247834a2f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ scene_startup (exprctx_t *ectx)
|
|||
qfZoneScoped (true);
|
||||
auto taskctx = (qfv_taskctx_t *) ectx;
|
||||
auto ctx = taskctx->ctx;
|
||||
qfZoneScoped (true);
|
||||
|
||||
auto device = ctx->device;
|
||||
auto dfunc = device->funcs;
|
||||
auto sctx = ctx->scene_context;
|
||||
|
|
Loading…
Reference in a new issue