diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 10:53:17 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-03-22 10:53:17 -0600 |
| commit | 12b45a304d5dd3e2f4b1940fad67a86d4950ea06 (patch) | |
| tree | 87b8f9de9a4ad998a79038b88fe08fdf1654b33a | |
| parent | a7f0603525bc33257715304537c95f13829619ee (diff) | |
Fixed failed to reset compressionType back to none
| -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(); |
