mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Style: Break long line
This commit is contained in:
parent
78d358c6d7
commit
01b7c9604f
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ function player_api.register_model(name, def)
|
||||||
animation.collisionbox = animation.collisionbox or def.collisionbox
|
animation.collisionbox = animation.collisionbox or def.collisionbox
|
||||||
for _, other_animation in pairs(def.animations) do
|
for _, other_animation in pairs(def.animations) do
|
||||||
if other_animation._equals then
|
if other_animation._equals then
|
||||||
if collisionbox_equals(animation.collisionbox, other_animation.collisionbox) and animation.eye_height == other_animation.eye_height then
|
if collisionbox_equals(animation.collisionbox, other_animation.collisionbox)
|
||||||
|
and animation.eye_height == other_animation.eye_height then
|
||||||
animation._equals = other_animation._equals
|
animation._equals = other_animation._equals
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue