From be3d9275ce23b9d982242a532f2f7244d6b5b9b2 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Thu, 23 May 2024 22:12:55 +0200 Subject: [PATCH] Remove outdated comment --- base/vulkanexamplebase.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/base/vulkanexamplebase.cpp b/base/vulkanexamplebase.cpp index 96971d12..b96e131f 100644 --- a/base/vulkanexamplebase.cpp +++ b/base/vulkanexamplebase.cpp @@ -414,7 +414,6 @@ void VulkanExampleBase::renderLoop() lastTimestamp = tEnd; } - // TODO: Cap UI overlay update rates/only issue when update requested updateOverlay(); bool updateView = false;