mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user