diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2022-12-06 19:01:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 19:01:48 -0500 |
| commit | dcf56d93ecbd4db3bfd8a4832d7f991467964b98 (patch) | |
| tree | 9da9515c41edc502f55b5baabb2c7ed815d168a6 /ExporterTest/CollisionExporter.cpp | |
| parent | a80f36ca0f003a3901fc781505f707ca2ef4c63a (diff) | |
Cleanups (#273)
Diffstat (limited to 'ExporterTest/CollisionExporter.cpp')
| -rw-r--r-- | ExporterTest/CollisionExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/CollisionExporter.cpp b/ExporterTest/CollisionExporter.cpp index 0f25a60..db5ad1a 100644 --- a/ExporterTest/CollisionExporter.cpp +++ b/ExporterTest/CollisionExporter.cpp @@ -58,7 +58,7 @@ void ExporterExample_Collision::Save(ZResource* res, [[maybe_unused]] fs::path o writer->Seek(col->polyTypeDefSegmentOffset, SeekOffsetType::Start); - for (const auto poly : col->polygonTypes) + for (const auto& poly : col->polygonTypes) { writer->Write(poly.data[0]); writer->Write(poly.data[1]); |
