syndicatedragon
Results
2
issues of
syndicatedragon
The UI context doesn't render properly if any coordinate system translations (i.e. love.graphics.translate()) are in effect. This makes it rather difficult to effectively position UI components except in very simple...
Anything rendered after the UI context could have an altered drawing color in effect. It is worked around by saving the color before calling context:draw() and restoring it afterwards, but...