diff options
| author | Marvelco <helito941@gmail.com> | 2026-03-06 23:35:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 15:35:30 -0600 |
| commit | a4214805d1edfd79e4ee8b587e44faf537ec507c (patch) | |
| tree | 890f34b01090bb2b17d6c1ae5d63555ab9f03dbb /Minecraft.World/StainedGlassPaneBlock.cpp | |
| parent | d265ce29a2e31c8b07dfacee1c9dcdcc7d7a4171 (diff) | |
Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748)
* fixed stained glass and glass pane not rendering the water
* Fixed held item transparency for stained glass and pane
Diffstat (limited to 'Minecraft.World/StainedGlassPaneBlock.cpp')
| -rw-r--r-- | Minecraft.World/StainedGlassPaneBlock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/StainedGlassPaneBlock.cpp b/Minecraft.World/StainedGlassPaneBlock.cpp index 086d8ae5..7d7dca1a 100644 --- a/Minecraft.World/StainedGlassPaneBlock.cpp +++ b/Minecraft.World/StainedGlassPaneBlock.cpp @@ -6,7 +6,7 @@ Icon *StainedGlassPaneBlock::ICONS[StainedGlassPaneBlock::ICONS_COUNT]; Icon *StainedGlassPaneBlock::EDGE_ICONS[StainedGlassPaneBlock::ICONS_COUNT]; -StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, false) +StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, true) { } |
