diff --git a/util/test/demos/vk/vk_test.cpp b/util/test/demos/vk/vk_test.cpp index 064b270b8..9288e1027 100644 --- a/util/test/demos/vk/vk_test.cpp +++ b/util/test/demos/vk/vk_test.cpp @@ -744,7 +744,7 @@ bool VulkanGraphicsTest::Init() if(!headless) { - mainWindow = MakeWindow(screenWidth, screenHeight, "Autotesting"); + mainWindow = MakeWindow(screenWidth, screenHeight, screenTitle); if(!mainWindow->Initialised()) {