mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed typo
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user