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:
@@ -488,7 +488,7 @@ function love.graphics.newVideo(file, settings)
|
||||
settings = settings == nil and {} or settings
|
||||
if type(settings) ~= "table" then error("bad argument #2 to newVideo (expected table)", 2) end
|
||||
|
||||
local video = love.graphics._newVideo(file, settings.pixeldensity)
|
||||
local video = love.graphics._newVideo(file, settings.dpiscale)
|
||||
local source, success
|
||||
|
||||
if settings.audio ~= false and love.audio then
|
||||
|
||||
Reference in New Issue
Block a user