mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 20:08:27 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -46,7 +46,7 @@ void WoolCarpetTile::updateDefaultShape()
|
||||
updateShape(0);
|
||||
}
|
||||
|
||||
void WoolCarpetTile::updateShape(LevelSource *level, int x, int y, int z, int forceData, shared_ptr<TileEntity> forceEntity)
|
||||
void WoolCarpetTile::updateShape(LevelSource *level, int x, int y, int z, int forceData, std::shared_ptr<TileEntity> forceEntity)
|
||||
{
|
||||
updateShape(level->getData(x, y, z));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user