mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-21 10:15:33 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -21,7 +21,7 @@ int ChunkPos::hashCode()
|
||||
return h1 ^ h2;
|
||||
}
|
||||
|
||||
double ChunkPos::distanceToSqr(shared_ptr<Entity> e)
|
||||
double ChunkPos::distanceToSqr(std::shared_ptr<Entity> e)
|
||||
{
|
||||
double xPos = x * 16 + 8;
|
||||
double zPos = z * 16 + 8;
|
||||
|
||||
Reference in New Issue
Block a user