mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-11 05:49:44 +05:00
AppModel: Build model by default in constructor
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Il2CppInspector.CLI
|
||||
|
||||
AppModel appModel;
|
||||
using (new Benchmark("Create C++ application model")) {
|
||||
appModel = new AppModel(model).Build(options.UnityVersion, options.CppCompiler);
|
||||
appModel = new AppModel(model, makeDefaultBuild: false).Build(options.UnityVersion, options.CppCompiler);
|
||||
}
|
||||
|
||||
// C# signatures output
|
||||
|
||||
Reference in New Issue
Block a user