aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/StainedGlassPaneBlock.cpp
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-06 16:29:46 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-06 16:29:46 -0600
commit4e67706dc3dc02e1a96fa5cd479b831dfb92e85d (patch)
tree86c2326deaec917482f6c71a361d45c063c9821e /Minecraft.World/StainedGlassPaneBlock.cpp
parenta4214805d1edfd79e4ee8b587e44faf537ec507c (diff)
Revert "Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748)"
This reverts commit a4214805d1edfd79e4ee8b587e44faf537ec507c.
Diffstat (limited to 'Minecraft.World/StainedGlassPaneBlock.cpp')
-rw-r--r--Minecraft.World/StainedGlassPaneBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/StainedGlassPaneBlock.cpp b/Minecraft.World/StainedGlassPaneBlock.cpp
index 7d7dca1a..086d8ae5 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, true)
+StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, false)
{
}