diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-06-21 13:35:46 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-21 13:35:46 -0600 |
| commit | 6c99e0032a582ed874311965d6e0256090b52bff (patch) | |
| tree | af18c9113d9f478b4fcb857ecbe1a3327af26474 | |
| parent | 66bdf58577533aac66f99326881cd7c4a011e565 (diff) | |
Update TrackPathPointFactory.cpp (#259)
| -rw-r--r-- | src/port/resource/importers/TrackPathPointFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/resource/importers/TrackPathPointFactory.cpp b/src/port/resource/importers/TrackPathPointFactory.cpp index 6583dac8f..bacda0074 100644 --- a/src/port/resource/importers/TrackPathPointFactory.cpp +++ b/src/port/resource/importers/TrackPathPointFactory.cpp @@ -42,7 +42,7 @@ ResourceFactoryXMLTrackPathPointsV0::ReadResource(std::shared_ptr<Ship::File> fi auto root = std::get<std::shared_ptr<tinyxml2::XMLDocument>>(file->Reader)->FirstChildElement(); - auto path = root->FirstChildElement("TrackPathPoint"); + auto path = root->FirstChildElement("TrackWaypoint"); while (path != nullptr) { |
