Improve 3167 patch

This commit is contained in:
auria.mg
2018-03-31 20:38:09 -04:00
parent 04b6f67573
commit 19338482a8

View File

@@ -74,6 +74,8 @@ void TrackSector::update(const Vec3 &xyz, bool ignore_vertical)
{
m_current_graph_node = Graph::get()->findOutOfRoadSector(xyz,
prev_sector, test_nodes, ignore_vertical);
isValidQuad = false;
// ArenaGraph (battle and soccer mode) doesn't need the code below
if (ag) return;
}