mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
--HG-- branch : minor
This commit is contained in:
@@ -729,7 +729,7 @@ function love.nogame()
|
||||
|
||||
local ww, wh = love.graphics.getDimensions()
|
||||
|
||||
if love.window.getPixelDensity() > 1 then
|
||||
if love.window.getDPIScale() > 1 then
|
||||
mosaic_image = g_images.mosaic[2]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user