diff options
| author | louist103 <louist103@gmail.com> | 2022-10-25 10:47:22 -0400 |
|---|---|---|
| committer | louist103 <louist103@gmail.com> | 2022-10-25 10:47:22 -0400 |
| commit | 0293bafafe118dde1a238ea2546940302eb1baa9 (patch) | |
| tree | b862a47fde8857bc0460daa349b2775368d86d72 /ExporterTest | |
| parent | 78fdac56498f674eba2692e075d415a12cb4a31f (diff) | |
ActorList file node.
Diffstat (limited to 'ExporterTest')
| -rw-r--r-- | ExporterTest/RoomExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExporterTest/RoomExporter.cpp b/ExporterTest/RoomExporter.cpp index 6c5552d..9a5ea19 100644 --- a/ExporterTest/RoomExporter.cpp +++ b/ExporterTest/RoomExporter.cpp @@ -334,7 +334,7 @@ void ExporterExample_Room::Save(ZResource* res, fs::path outPath, BinaryWriter* writer->Write(entry.rotX); writer->Write(entry.rotY); writer->Write(entry.rotZ); - writer->Write(entry.initVar); + writer->Write(entry.params); } writer->Seek(oldOffset, SeekOffsetType::Start); |
