fixed code style

This commit is contained in:
2024-08-18 11:08:14 +03:00
parent ee635b7f17
commit a612832518
2 changed files with 10 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ namespace omath::pathfinding
[[nodiscard]] std::vector<uint8_t> Serialize() const;
void Deserialize(const std::vector<uint8_t>& raw);
std::unordered_map<Vector3, std::vector<Vector3>> m_verTextMap;
};
}