mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add no_texture.png as fallback for unspecified textures
This commit is contained in:
parent
c82ec8b210
commit
86b44ecd82
11 changed files with 68 additions and 23 deletions
|
@ -28,7 +28,7 @@ static const video::SColor NULL_BGCOLOR{0, 1, 1, 1};
|
|||
|
||||
ObjectProperties::ObjectProperties()
|
||||
{
|
||||
textures.emplace_back("unknown_object.png");
|
||||
textures.emplace_back("no_texture.png");
|
||||
colors.emplace_back(255,255,255,255);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue