Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Jun 26, 2021
1 parent 082a322 commit 432dc54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 432dc54

Please sign in to comment.