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:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
static love::Type type;
|
||||
|
||||
Video(Graphics *gfx, love::video::VideoStream *stream, float pixeldensity = 1.0f);
|
||||
Video(Graphics *gfx, love::video::VideoStream *stream, float dpiscale = 1.0f);
|
||||
virtual ~Video();
|
||||
|
||||
// Drawable
|
||||
|
||||
Reference in New Issue
Block a user