mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-15 20:09:19 +03:00
fixed compile
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user