mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-01 02:21:25 +00:00
chore: format everything
This commit is contained in:
@@ -423,7 +423,6 @@ void RedStoneDustTile::registerIcons(IconRegister* iconRegister) {
|
||||
}
|
||||
|
||||
Icon* RedStoneDustTile::getTexture(const std::wstring& name) {
|
||||
|
||||
if (name.compare(TEXTURE_CROSS) == 0) return Tile::redStoneDust->iconCross;
|
||||
if (name.compare(TEXTURE_LINE) == 0) return Tile::redStoneDust->iconLine;
|
||||
if (name.compare(TEXTURE_CROSS_OVERLAY) == 0)
|
||||
|
||||
Reference in New Issue
Block a user