| 06-25-2006, 02:03 PM | #1 |
I tried to search for this but nothing came out of it. I work in JASS now, what I do is: - disable user interface - apply a filter - remove filter - enable user interface But then all the unit portraits just display black! I know this bug from back when I worked with GUI, but I forgot how to fix it. Plx tell me! Tnx. |
| 06-25-2006, 02:05 PM | #2 |
I had this problem when I was switching from letterbox and back so what I did was give letterbox a fade time of 1 second and it removed the bug but I don't know how to fix it in JASS. |
| 06-25-2006, 03:47 PM | #3 |
I believe this is a problem that you only have if you try to fade over 0 seconds using a particular function. Try first setting your duration of fade to 0.01 and see if that's a functional and acceptable fix. |
