forked from your-land-mirror/minetest-flow
Fix compatibility hack
This commit is contained in:
parent
b4a72ade99
commit
c32ea53fd1
1
init.lua
1
init.lua
@ -465,6 +465,7 @@ local function render_ast(node)
|
|||||||
if node.fbgcolor == "#08080880" and node.bgcolor == nil and
|
if node.fbgcolor == "#08080880" and node.bgcolor == nil and
|
||||||
node.bg_fullscreen == nil then
|
node.bg_fullscreen == nil then
|
||||||
node.bg_fullscreen = true
|
node.bg_fullscreen = true
|
||||||
|
node.fbgcolor = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
res[#res + 1] = {
|
res[#res + 1] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user