summaryrefslogtreecommitdiff
path: root/render/vulkan/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/vulkan/context.c')
-rw-r--r--render/vulkan/context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/vulkan/context.c b/render/vulkan/context.c
index c0fa650..afa1648 100644
--- a/render/vulkan/context.c
+++ b/render/vulkan/context.c
@@ -123,7 +123,6 @@ struct vkcontext* create_vkcontext(struct vklayer_container *vklayers, struct ex
log_output(LOG_INFO, "Validation layers disabled");
}
- ret->frame = 0;
return ret;
}