Remove outdated comment

This commit is contained in:
Sascha Willems 2024-05-23 22:12:55 +02:00
parent a4b5c29766
commit be3d9275ce

View file

@ -414,7 +414,6 @@ void VulkanExampleBase::renderLoop()
lastTimestamp = tEnd; lastTimestamp = tEnd;
} }
// TODO: Cap UI overlay update rates/only issue when update requested
updateOverlay(); updateOverlay();
bool updateView = false; bool updateView = false;