Set demo window title for vulkan tests

This commit is contained in:
baldurk
2026-09-15 17:00:54 +01:00
parent 510d16d900
commit 06da5d1974
+1 -1
View File
@@ -744,7 +744,7 @@ bool VulkanGraphicsTest::Init()
if(!headless)
{
mainWindow = MakeWindow(screenWidth, screenHeight, "Autotesting");
mainWindow = MakeWindow(screenWidth, screenHeight, screenTitle);
if(!mainWindow->Initialised())
{