diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 12:36:59 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 12:36:59 -0600 |
| commit | 5c6fa9c1f6ad4b07426a6f360ccf2d54b0c94cb8 (patch) | |
| tree | fddd64588bd51e97eaafe65ce751e63f2a56d8a7 | |
| parent | 4c961039cd95fbd46a74d35373cea25f5296050f (diff) | |
Fixed typo
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index fcf5668..3d9d2b6 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -681,7 +681,7 @@ void Companion::Process() { this->ExtractNode(node, output, wrapper); } } else { - if(gCurrentFileOffset && assetNode["offsets"]) { + if(gCurrentFileOffset && assetNode["offset"]) { const auto offset = assetNode["offset"].as<uint32_t>(); if (!IS_SEGMENTED(offset)) { assetNode["offset"] = (gCurrentSegmentNumber << 24) | offset; |
