refactor: deglob std::weak_ptr

This commit is contained in:
Tropical
2026-03-08 22:43:59 +01:00
committed by JuiceyDev
parent 6e56e07c6b
commit a744f8f471
70 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -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;