tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Label rendering- fix text not rendered without a scaling factor #225

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Fix faulty logic when updating the text which caused text to be measure only but not rendered when game was configured without a scaling factor for the text.

Fixes #218