mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
include gCurrentFileOffset in the reset
This commit is contained in:
@@ -717,6 +717,7 @@ void Companion::Process() {
|
||||
this->gCurrentVram = std::nullopt;
|
||||
this->gCurrentSegmentNumber = 0;
|
||||
this->gCurrentCompressionType = CompressionType::None;
|
||||
this->gCurrentFileOffset = 0;
|
||||
this->gTables.clear();
|
||||
this->gCurrentExternalFiles.clear();
|
||||
GFXDOverride::ClearVtx();
|
||||
|
||||
Reference in New Issue
Block a user