diff options
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 2dca649..af4d778 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -637,6 +637,7 @@ void Companion::Process() { this->gCurrentPad = 0; this->gCurrentVram = std::nullopt; this->gCurrentSegmentNumber = 0; + this->gCurrentCompressionType = CompressionType::None; this->gTables.clear(); GFXDOverride::ClearVtx(); |
