mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 20:20:14 -04:00
JPADraw OK
__sinit_JPADraw_cpp had a weird mismatch, turns out the fix is adding an explicit dtor to JPADrawSetupTev.
This commit is contained in:
+1
-1
@@ -741,7 +741,7 @@ config.libs = [
|
||||
Object(Matching, "JSystem/JParticle/JPAParticle.cpp"),
|
||||
Object(Matching, "JSystem/JParticle/JPAEmitterManager.cpp"),
|
||||
Object(NonMatching, "JSystem/JParticle/JPADrawVisitor.cpp"),
|
||||
Object(NonMatching, "JSystem/JParticle/JPADraw.cpp"),
|
||||
Object(Matching, "JSystem/JParticle/JPADraw.cpp"),
|
||||
Object(Matching, "JSystem/JParticle/JPADrawSetupTev.cpp"),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -8,6 +8,7 @@ class JPAExTexShape;
|
||||
|
||||
class JPADrawSetupTev {
|
||||
public:
|
||||
~JPADrawSetupTev() {}
|
||||
void setupTev(JPABaseShape* param_1, JPAExTexShape* param_2);
|
||||
|
||||
/* 0x0 */ u8 field_0x0;
|
||||
|
||||
Reference in New Issue
Block a user