- January 26, 2009
- 4
- 0
- Home Country
- Germany
Currently I try to write a Label with ticker features. If the text position is less or equal than 0 the text disappears. I identified the problem in source (GUIFont.cs). Checks in functions (DrawTextWidth, DrwaText public and DrawText protected) are preventing the rendering (x <= 0 && y <= 0).
Is this check is really necessary? The check isn't made on the right side and if i comment the check out it seems to work.
Is this check is really necessary? The check isn't made on the right side and if i comment the check out it seems to work.