mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Handle undefined objects better
This commit is contained in:
parent
73bb3bc595
commit
7b802c547d
6 changed files with 23 additions and 76 deletions
|
@ -29,7 +29,7 @@ LuaEntityProperties::LuaEntityProperties():
|
|||
collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5),
|
||||
visual("single_sprite")
|
||||
{
|
||||
textures.push_back("unknown_block.png");
|
||||
textures.push_back("unknown_object.png");
|
||||
}
|
||||
|
||||
std::string LuaEntityProperties::dump()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue