Implement temporary event injection.

This commit is contained in:
2022-12-23 16:27:34 +08:00
parent 0049ace91a
commit 7475b19547
2 changed files with 32 additions and 26 deletions

View File

@@ -542,8 +542,6 @@ namespace Cryville.Crtr {
using (var pbus = cbus.Clone(16)) {
pbus.Forward();
}
Logger.Log("main", 0, "Load/WorkerThread", "Patching events");
cbus.DoPatch();
Logger.Log("main", 0, "Load/WorkerThread", "Cloning states (type 1)");
bbus = cbus.Clone(1, -clippingDist);