mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 06:50:45 +00:00
refactor: deglob std::weak_ptr
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
private:
|
||||
int m_xSize, m_ySize, m_zSize;
|
||||
std::vector<std::shared_ptr<TileEntity> > m_tileEntities;
|
||||
std::vector< pair<Vec3 *, CompoundTag *> > m_entities;
|
||||
std::vector< std::pair<Vec3 *, CompoundTag *> > m_entities;
|
||||
|
||||
public:
|
||||
byteArray m_data;
|
||||
|
||||
Reference in New Issue
Block a user