diff --git a/base/vulkanexamplebase.cpp b/base/vulkanexamplebase.cpp index 879f3965..212061f9 100644 --- a/base/vulkanexamplebase.cpp +++ b/base/vulkanexamplebase.cpp @@ -82,7 +82,6 @@ std::string VulkanExampleBase::getWindowTitle() std::string device(deviceProperties.deviceName); std::string windowTitle; windowTitle = title + " - " + device + " - " + std::to_string(frameCounter) + " fps"; - windowTitle = title; return windowTitle; }