mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 06:13:17 -04:00
Actor cleanup (#32)
* Actor cleanup --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
void draw(const mMtx_c &, u32);
|
||||
void afterDraw();
|
||||
|
||||
EGG::FrmHeap *changeHeap(int index) {
|
||||
void changeHeap(int index) {
|
||||
mCurrentHeapIdx = index % 2;
|
||||
mpCurrentHeap = mpFrmHeaps[mCurrentHeapIdx];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user