mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:47:46 +00:00
zeus constexpr refactor and thermal visor fixes
This commit is contained in:
@@ -352,7 +352,7 @@ bool CPathFindSearch::Search(rstl::reserved_vector<CPFRegion*, 4>& regs1, const
|
||||
void CPathFindVisualizer::Draw(const CPathFindSearch& path) {
|
||||
m_spline.Reset();
|
||||
for (const auto& wp : path.GetWaypoints())
|
||||
m_spline.AddVertex(wp, zeus::CColor::skBlue, 2.f);
|
||||
m_spline.AddVertex(wp, zeus::skBlue, 2.f);
|
||||
m_spline.Render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user