mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 06:46:09 +00:00
Initial proper CTexture RE, fix configuration corruption
This commit is contained in:
@@ -16,7 +16,7 @@ COutputStream::COutputStream(u8* ptr, s32 len) : x8_bufLen(len) {
|
||||
}
|
||||
|
||||
COutputStream::~COutputStream() {
|
||||
if (x8_bufLen < 64) {
|
||||
if (x8_bufLen > 64) {
|
||||
delete[] xc_ptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user