diff --git a/app.go b/app.go index d069fbf..8cee423 100644 --- a/app.go +++ b/app.go @@ -177,12 +177,12 @@ func (this *app) run() { _timer.update() this.dispatchIMMsg() this.userApp.Update() - this.schedule() endTick := q5.GetTickCount() - if this.maxRunDelay < endTick-beginTick { this.maxRunDelay = endTick - beginTick } + + this.schedule() } }