forked from your-land-mirror/minetest-flow
Fix comment
This commit is contained in:
parent
c32ea53fd1
commit
20b99efaf3
4
init.lua
4
init.lua
@ -460,8 +460,8 @@ local function render_ast(node)
|
||||
res[#res + 1] = {type = "no_prepend"}
|
||||
end
|
||||
if node.fbgcolor or node.bgcolor or node.bg_fullscreen ~= nil then
|
||||
-- Hack to prevent breaking mods that relied on the broken behaviour of
|
||||
-- fbgcolor
|
||||
-- Hack to prevent breaking mods that rely on the old (broken)
|
||||
-- behaviour of fbgcolor
|
||||
if node.fbgcolor == "#08080880" and node.bgcolor == nil and
|
||||
node.bg_fullscreen == nil then
|
||||
node.bg_fullscreen = true
|
||||
|
Loading…
Reference in New Issue
Block a user