Reenabled custom titlebar for Vulkan

This commit is contained in:
antopilo
2025-01-04 03:07:28 -05:00
parent 5f39899981
commit 0efc76bfaa
2 changed files with 42 additions and 42 deletions

View File

@@ -2458,7 +2458,7 @@ namespace Nuake {
auto window = Window::Get();
window->SetDecorated(true);
//window->ShowTitleBar(false);
window->ShowTitleBar(false);
window->SetSize({ 1600, 900 });
window->Center();
frameCount = 0;