fixed compile

This commit is contained in:
Fisual
2022-06-15 15:55:02 +07:00
parent 774d46e228
commit 2d42fd80c8
4 changed files with 4 additions and 4 deletions

View File

@@ -913,7 +913,7 @@ bool CGame::CreateGameWindow( void )
{
V_strcat( windowName, " - OpenGL", sizeof( windowName ) );
}
else ( IsVulkan() )
else if ( IsVulkan() )
{
V_strcat( windowName, " - Vulkan", sizeof( windowName ) );
}