Removed uneeded std::optional uses

This commit is contained in:
Pasha Bibko
2025-11-16 17:51:24 +00:00
parent e887b2b393
commit 46d5e41e29
3 changed files with 105 additions and 87 deletions

View File

@@ -30,7 +30,7 @@ int main()
return -1;
/* Runs Vulkan initialisation functions */
if (!VulkanManager::InitAll(window))
if (!VulkanManager::Init(window))
CleanupAllAndExit(EXIT_FAILURE);
/* Polls window events whilst it is still open */