Draw node animation for items (#15930)

This commit is contained in:
cx384
2025-04-04 18:47:11 +02:00
committed by GitHub
parent 1db5a2f950
commit a6d4cd7c15
9 changed files with 117 additions and 74 deletions

View File

@@ -246,10 +246,6 @@ class MapBlockMesh
}
private:
struct AnimationInfo {
int frame; // last animation frame
TileLayer tile;
};
irr_ptr<scene::IMesh> m_mesh[MAX_TILE_LAYERS];
std::vector<MinimapMapblock*> m_minimap_mapblocks;