mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
{
|
||||
bool mipmaps = false;
|
||||
bool linear = false;
|
||||
float pixeldensity = 1.0f;
|
||||
float dpiScale = 1.0f;
|
||||
};
|
||||
|
||||
struct Slices
|
||||
|
||||
Reference in New Issue
Block a user