mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
MipmapMode mipmaps = MIPMAPS_NONE;
|
||||
PixelFormat format = PIXELFORMAT_NORMAL;
|
||||
TextureType type = TEXTURE_2D;
|
||||
float pixeldensity = 1.0f;
|
||||
float dpiScale = 1.0f;
|
||||
int msaa = 0;
|
||||
OptionalBool readable;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user