Fix compiler error

This commit is contained in:
Amos 2022-01-20 03:08:14 +01:00
parent 7419720f78
commit a73b05d4b0

View File

@ -9,7 +9,7 @@
//---------------------------------------------------------------------------------
void HCBaseFileSystem_Warning(void* thisptr, FileWarningLevel_t level, const char* fmt, ...)
{
if (fs_warning_level_native->GetInt() < (int)level)
if (fs_warning_level_sdk->GetInt() < (int)level)
{
return;
}