About Store Forum Documentation Contact



Post Reply 
Tutorial 05 - GUI/17 - Chatbox needs updated
Author Message
Fex Offline
Gold Supporter

Post: #1
Tutorial 05 - GUI/17 - Chatbox needs updated
Not very important but two lines in in The tutorial 05 - GUI/17 - Chatbox need to be changed since AUTO_LINE_SPACE has been removed. The two lines should now be:

Code:
D.text(ts, rect, text, null,  0 ,  true);

flt h=ts.textLines(messages[i].text, width, true)*line_height;
10-14-2022 01:19 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Tutorial 05 - GUI/17 - Chatbox needs updated
Thank you very much I've fixed it in Source on GitHub!
10-14-2022 05:05 AM
Find all posts by this user Quote this message in a reply
Post Reply