Added Loop to hook of modding api #468
This commit is contained in:
@@ -19,6 +19,8 @@ CM.init = function() {
|
||||
if (proceed) {
|
||||
CM.DelayInit();
|
||||
Game.registerHook('draw', CM.Disp.Draw);
|
||||
Game.registerHook('logic', CM.Loop);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user