Fix a code style issue

This commit is contained in:
Hugo Locurcio 2020-01-01 18:03:08 +01:00
parent f7be847de4
commit c28b6a9f35
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ then return end
minetest.register_entity("gauges:hp_bar", {
visual = "sprite",
visual_size = {x=1, y=1/16, z = 1},
visual_size = {x=1, y=1/16, z=1},
-- The texture is changed later in the code
textures = {"blank.png"},
collisionbox = {0},