Skip to content

Commit

Permalink
Builtin/game/falling: Re-add comma removed by recent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Mar 19, 2016
1 parent 65c09a9 commit 2ce02c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/game/falling.lua
Expand Up @@ -13,7 +13,7 @@ core.register_entity(":__builtin:falling_node", {
is_visible = false,
collide_with_objects = false,
collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
}
},

node = {},

Expand Down

0 comments on commit 2ce02c9

Please sign in to comment.