mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 13:54:57 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -20,7 +20,7 @@ AddGlobalEntityPacket::AddGlobalEntityPacket()
|
||||
type = 0;
|
||||
}
|
||||
|
||||
AddGlobalEntityPacket::AddGlobalEntityPacket(shared_ptr<Entity> e)
|
||||
AddGlobalEntityPacket::AddGlobalEntityPacket(std::shared_ptr<Entity> e)
|
||||
{
|
||||
id = e->entityId;
|
||||
x = Mth::floor(e->x * 32);
|
||||
|
||||
Reference in New Issue
Block a user