1
0

At long last... Piston animations!

* Fixes #3198
* Fixes #57 (again lol)
This commit is contained in:
Tiger Wang
2018-07-24 00:35:20 +01:00
parent 74f5160332
commit b8ab03bc6b
4 changed files with 117 additions and 86 deletions

View File

@@ -60,7 +60,6 @@ public:
/** Structure storing position of mechanism + it's delay ticks (countdown) & if to power on */
std::unordered_map<Vector3i, std::pair<int, bool>, VectorHasher<int>> m_MechanismDelays;
std::unordered_map<Vector3i, bool, VectorHasher<int>> m_UpdateOncePositions;
private: