mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 21:45:19 -04:00
Revert "Isolate JKRHeap operator overloads" (#39)
This commit is contained in:
@@ -112,12 +112,12 @@ void J2DWindowEx::setMinSize() {
|
||||
J2DWindowEx::~J2DWindowEx() {
|
||||
for (u8 i = 0; i < 4; i++) {
|
||||
if (field_0x170 & (1 << i)) {
|
||||
JKR_DELETE(mFrameMaterial[i]);
|
||||
delete mFrameMaterial[i];
|
||||
}
|
||||
}
|
||||
|
||||
if (field_0x170 & 0x10) {
|
||||
JKR_DELETE(mContentsMaterial);
|
||||
delete mContentsMaterial;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user