Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Oops, add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockMen committed Oct 25, 2015
1 parent 41ef72f commit 0480762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creatures/register.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function translate_def(def)
textures = def.model.textures,
collisionbox = def.model.collisionbox or {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
visual_size = def.model.scale or {x = 1, y = 1},
backface_culling = def.model.backface_culling or false
backface_culling = def.model.backface_culling or false,

stats = def.stats,
model = def.model,
Expand Down

0 comments on commit 0480762

Please sign in to comment.