revert change

This commit is contained in:
tenplus1 2021-06-26 21:28:19 +01:00
parent 082a322a2e
commit 432dc549ae

View File

@ -219,9 +219,9 @@ core.register_entity(":__builtin:falling_node", {
local s = (def.visual_scale or 1) * SCALE
if def.drawtype == "mesh" then
s = s * 0.5
end
-- if def.drawtype == "mesh" then
-- s = s * 0.5
-- end
self.object:set_properties({
is_visible = true,