Core/GameEngine/Model/Config/ActorShowConfig.cs
@@ -225,7 +225,9 @@ if (preParse) { configs[id] = new ActorShowConfig(line); var config = new ActorShowConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else { @@ -251,7 +253,9 @@ if (preParse) { configs[id] = new ActorShowConfig(line); var config = new ActorShowConfig(line); configs[id] = config; (config as IConfigPostProcess).OnConfigParseCompleted(); } else {