mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-15 23:20:16 +01:00
Fix double-definition of visual_size in entity def
This commit is contained in:
parent
63a7069671
commit
0a27bdfdbc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user