Closed ginkulv closed 2 years ago
Right now these two functions are straight up broken. Code to reproduce:
using GameZero using Colors function draw() end function update() end function test() end schedule_unique(test, 1) # or unschedule(test)
Thanks. Yes, this bit is not very well tested. I'll add an example to exercise this.
Right now these two functions are straight up broken. Code to reproduce: