Skip to content

Commit c9f1690

Browse files
committed
Explanatory comment about zoom level in getBkgChecker.
1 parent f06aa87 commit c9f1690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

support/aseutilities.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,8 @@ function AseUtilities.getBkgChecker(sprite)
19851985
if not bgPref then return wCheck, hCheck, aAse, bAse end
19861986

19871987
-- https://github.com/aseprite/aseprite/blob/main/data/pref.xml#L521
1988+
-- TODO: zoom field is relevant for the old render engine. See
1989+
-- app.preferences.experimental.new_render_engine , a boolean.
19881990
local typePref <const> = bgPref.type --[[@as integer]]
19891991
if typePref == 0 then
19901992
wCheck, hCheck = 16, 16

0 commit comments

Comments
 (0)