mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 02:21:54 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -419,11 +419,6 @@ void RedStoneDustTile::registerIcons(IconRegister* iconRegister) {
|
||||
}
|
||||
|
||||
Icon* RedStoneDustTile::getTexture(const std::wstring& name) {
|
||||
#if 0
|
||||
// AP - alpha cut out is expensive on vita. Set the Alpha Cut out flag
|
||||
Tesselator* t = Tesselator::getInstance();
|
||||
t->setAlphaCutOut(true);
|
||||
#endif
|
||||
|
||||
if (name.compare(TEXTURE_CROSS) == 0) return Tile::redStoneDust->iconCross;
|
||||
if (name.compare(TEXTURE_LINE) == 0) return Tile::redStoneDust->iconLine;
|
||||
|
||||
Reference in New Issue
Block a user