This commit is contained in:
李通洲
2023-01-16 01:20:10 +08:00
parent 6b41b85d4d
commit 14286e8c0f
+1 -1
View File
@@ -38,7 +38,7 @@ void ffPlatformInit(FFPlatform* platform)
}
if(platform->systemArchitecture.length == 0)
ffStrbufAppendS(&platform->systemName, "Unknown");
ffStrbufAppendS(&platform->systemArchitecture, "Unknown");
}
void ffPlatformDestroy(FFPlatform* platform)