From b02923a108f0aa956ebda445bfdb12da365b683d Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Thu, 7 Nov 2024 11:04:19 +0100 Subject: [PATCH] merian: Profiler: fix crash --- src/merian/vk/utils/profiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/merian/vk/utils/profiler.cpp b/src/merian/vk/utils/profiler.cpp index fc8a8bf..34cdcfc 100644 --- a/src/merian/vk/utils/profiler.cpp +++ b/src/merian/vk/utils/profiler.cpp @@ -25,7 +25,6 @@ Profiler::~Profiler() {} // Remember to reset the query pool after creation void Profiler::set_query_pool(const QueryPoolHandle& query_pool) { this->query_pool = query_pool; - query_pool_infos[query_pool].clear_index = clear_index; } void Profiler::clear() {