Implement score update.

This commit is contained in:
2022-11-14 16:04:58 +08:00
parent d5d6465806
commit ba6166068b
4 changed files with 38 additions and 12 deletions

View File

@@ -504,11 +504,11 @@ namespace Cryville.Crtr {
cbus = batcher.Batch();
Logger.Log("main", 0, "Load/WorkerThread", "Batched {0} event batches", cbus.events.Count);
LoadSkin(info.skinFile);
judge = new Judge(pruleset);
etor.ContextJudge = judge;
LoadSkin(info.skinFile);
cbus.AttachSystems(pskin, judge);
Logger.Log("main", 0, "Load/WorkerThread", "Attaching handlers");
var ch = new ChartHandler(chart, dir);