updated furnace

possible3d
Vladyslav Hrytsenko 2022-10-15 19:01:22 +03:00
parent f60cb28d00
commit b8e27c9b0d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

View File

@ -46,7 +46,7 @@ Texture2D texgen_build_sprite_fallback(asset_id id) {
// NOTE(zaklaus): devices
case ASSET_CHEST: return LoadTexEco("chest");
case ASSET_FURNACE: return LoadTexEco("furnace");
case ASSET_FURNACE: return LoadTexEco("furnace-export");
default: return GenColorEco(PINK); break;
}