-
- Downloads
try to fix some weird race conditions due to WID->check (called inside
Msg) firing a 2nd draw() before the fir(st has finished... This is a general problem with our "pseudo-threaded" (i.e. putting many WID->check() calls) approach... I added a new lock in draw() (we already have one in Generate()), but this is pretty ugly.
Loading
Please register or sign in to comment