X-Git-Url: http://git.osdn.jp/view?p=pettanr%2FclientJs.git;a=blobdiff_plain;f=0.6.x%2Fjs%2F01_core%2F16_XTimer.js;fp=0.6.x%2Fjs%2F01_core%2F16_XTimer.js;h=b8c50ffed875cc9d3b8aa2fa0a3d2a5e3fa2659b;hp=2c005135135c3e6cb77c952632689a2cee194fa9;hb=604668ba9efa027d4bc77fd8020d6b6be55d03e1;hpb=ef25747bebf1799d49f9bd0d64e339da9ea61d13 diff --git a/0.6.x/js/01_core/16_XTimer.js b/0.6.x/js/01_core/16_XTimer.js index 2c00513..b8c50ff 100644 --- a/0.6.x/js/01_core/16_XTimer.js +++ b/0.6.x/js/01_core/16_XTimer.js @@ -362,6 +362,8 @@ function X_Timer_onTimeout(){ X_Timer_removal = null; }; X_Timer_update(); + + ExecuteAtEnd_onEnd(); }; function X_Timer_update(){ @@ -453,6 +455,8 @@ function X_Timer_onEnterFrame( time ){ }; X_Timer_removal = null; }; + + ExecuteAtEnd_onEnd(); }; console.log( 'X.Core.Timer' );