by Blzut3 » Wed Dec 10, 2014 12:58 pm
The offending lines are disabling invalid input before passing the tags off to character drawing. Unless I'm missing something (my test case for the change suggested was ECWolf's Android port, I imagine Beloko did the same for GZDoom's Android port), using asserts here is harmless since you should never input those values when drawing text.
The offending lines are disabling invalid input before passing the tags off to character drawing. Unless I'm missing something (my test case for the change suggested was ECWolf's Android port, I imagine Beloko did the same for GZDoom's Android port), using asserts here is harmless since you should never input those values when drawing text.