Fixed typo

This commit is contained in:
KiritoDv
2025-08-12 12:03:06 -06:00
parent cb68cf1bf2
commit c7977c6e35
+1 -1
View File
@@ -212,7 +212,7 @@ void Companion::Init(const ExportType type) {
#endif
#ifndef __EMSCRIPTEN__ // We call this manually
this->Process();
#else
#endif
}
void Companion::ParseEnums(std::string& header) {