squelch warning

This commit is contained in:
ouwou
2021-06-04 03:15:56 -04:00
parent 43ea62d444
commit 8e58da2daf

View File

@@ -55,5 +55,7 @@ bool Platform::SetupFonts() {
return true;
}
#else
bool Platform::SetupFonts() {}
bool Platform::SetupFonts() {
return true;
}
#endif