Posted 12 October 2013 - 04:05 PM
I've been troubling with this for some time now.
Are Terminal glasses just derpy in current FTB Unleashed version or am I doing something wrong:
Here is my code: http://pastebin.com/eu7K6JVj
At line 26, I'm creating text on "Icons" which is red, my GUI refreshes every second (Depends on server tick lag), why is it creating red text in some refreshes and red in others, it should be red only.
I also had a problem with icon being placed on top of text for some weird reason which is not possible cause I'm drawing text after Icon and have g.clear() at line 30 (before loading icon function).
EDIT: Even when i replaced color at line 13 to red (FF0000), it's still derpy and showing white Text randomly…
Are Terminal glasses just derpy in current FTB Unleashed version or am I doing something wrong:
Here is my code: http://pastebin.com/eu7K6JVj
At line 26, I'm creating text on "Icons" which is red, my GUI refreshes every second (Depends on server tick lag), why is it creating red text in some refreshes and red in others, it should be red only.
I also had a problem with icon being placed on top of text for some weird reason which is not possible cause I'm drawing text after Icon and have g.clear() at line 30 (before loading icon function).
EDIT: Even when i replaced color at line 13 to red (FF0000), it's still derpy and showing white Text randomly…