Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

Some surfaces/Canvases will not display correctly with anti-aliasing enabled #46

Closed LocalInsomniac closed 2 weeks ago

LocalInsomniac commented 2 weeks ago

Found the culprit: Canvas.Clear() was being called incorrectly through scripting. draw_clear() or draw_clear_alpha() should be used anyways since they are faster.