-
- Downloads
Wow, wx.Yield/YieldIfNeeded is dangerous. Was causing recursive loop
involving gl.resources.get, due to ImageTexture calling status.update (which was calling yield, and triggering another call to resources.get). Things might be slightly unstable, as I'm playing around with putting long running tasks on separate threads.
Loading
Please register or sign in to comment