Fix line and shape segment counts and smooth line antialiasing when love.graphics.applyTransform and replaceTransform are used.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-11-25 19:59:48 -04:00
parent f85ee6b504
commit 92774b759b
4 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ private:
StrongRef<Font> defaultFont;
std::vector<double> pixelSizeStack; // stores current size of a pixel (needed for line drawing)
std::vector<double> pixelScaleStack;
std::vector<ScreenshotInfo> pendingScreenshotCallbacks;