lime icon indicating copy to clipboard operation
lime copied to clipboard

|HTML5] Application events are not triggered anymore if time is changed to the past

Open tour1st opened this issue 6 years ago • 0 comments

While the application is running, if you change the system clock to a date/time in the past, events like ENTER_FRAME are not triggered anymore.

Suggestion to fix this issue : In HTML5Application.hx, replace calls to Date.now ().getTime () by lime.system.System.getTimer().

tour1st avatar Jan 03 '20 14:01 tour1st