mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 17:28:29 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -203,7 +203,7 @@ Vec3 *LiquidTile::getFlow(LevelSource *level, int x, int y, int z)
|
||||
return flow;
|
||||
}
|
||||
|
||||
void LiquidTile::handleEntityInside(Level *level, int x, int y, int z, shared_ptr<Entity> e, Vec3 *current)
|
||||
void LiquidTile::handleEntityInside(Level *level, int x, int y, int z, std::shared_ptr<Entity> e, Vec3 *current)
|
||||
{
|
||||
Vec3 *flow = getFlow(level, x, y, z);
|
||||
current->x += flow->x;
|
||||
|
||||
Reference in New Issue
Block a user