Fixed typo

This commit is contained in:
KiritoDv
2024-03-22 12:36:59 -06:00
parent 4c961039cd
commit 5c6fa9c1f6
+1 -1
View File
@@ -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;