Nord [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=28586 time() speeds up when resuming <p>When running the <strong>time()</strong> function, suspending a cart using <strong>esc</strong> and then resuming it using <strong>resume</strong> causes the time to increment faster. I am able to reproduce this on both machines I have access to by printing the value in a draw loop:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>function _draw() cls() print(time(),1,1,7) end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>I am using version 0.1.12c</p> https://www.lexaloffle.com/bbs/?tid=35317 https://www.lexaloffle.com/bbs/?tid=35317 Tue, 10 Sep 2019 22:17:33 UTC