Added Loop to hook of modding api #468

This commit is contained in:
Daniel van Noord
2021-01-31 18:28:14 +01:00
parent 2608ff9149
commit d9e0e46e64
4 changed files with 4 additions and 14 deletions

View File

@@ -19,6 +19,8 @@ CM.init = function() {
if (proceed) {
CM.DelayInit();
Game.registerHook('draw', CM.Disp.Draw);
Game.registerHook('logic', CM.Loop);
}
};