Fix lily z-fighting

master
Wuzzy 2020-11-12 19:14:18 +01:00
parent 7cf00b34df
commit c7b3bbcd20
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ for i in ipairs(lilies_list) do
},
node_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, -0.49, 0.5 },
fixed = { -0.5, -0.495, -0.5, 0.5, -0.49, 0.5 },
},
buildable_to = true,
@ -179,7 +179,7 @@ for i in ipairs(algae_list) do
},
node_box = {
type = "fixed",
fixed = { -0.5, -0.5, -0.5, 0.5, -0.49, 0.5 },
fixed = { -0.5, -0.495, -0.5, 0.5, -0.49, 0.5 },
},
buildable_to = true,