mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
fix modding and headers (#171)
This commit is contained in:
+1
-1
@@ -1100,7 +1100,7 @@ void Companion::Process() {
|
||||
};
|
||||
}
|
||||
|
||||
if(this->gConfig.exporterType == ExportType::Code && this->gConfig.modding) {
|
||||
if((this->gConfig.exporterType == ExportType::Code || this->gConfig.exporterType == ExportType::Binary) && this->gConfig.modding) {
|
||||
this->ParseModdingConfig();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user