mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add no_texture.png as fallback for unspecified textures
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user