fix wrong default sign entity ref

master
VanessaE 2020-04-16 17:06:07 -04:00
parent bd20f9b776
commit b633a4bf8c
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ local ctexcache = {}
minetest.register_entity("signs_lib:text", {
collisionbox = { 0, 0, 0, 0, 0, 0 },
visual = "mesh",
mesh = "signs_lib_standard_wall_sign_entity.obj",
mesh = "signs_lib_standard_sign_entity_wall.obj",
textures = {},
static_save = false,
backface_culling = false