Fix double-definition of visual_size in entity def

This commit is contained in:
ANAND 2019-10-14 16:10:03 +05:30 committed by GitHub
parent 63a7069671
commit 0a27bdfdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ minetest.register_entity(":worldedit:pos2", {
minetest.register_entity(":worldedit:region_cube", {
initial_properties = {
visual = "upright_sprite",
visual_size = {x=1.1, y=1.1},
textures = {"worldedit_cube.png"},
visual_size = {x=10, y=10},
physical = false,