diff --git a/configure.py b/configure.py index f239f982c..c698a9e23 100755 --- a/configure.py +++ b/configure.py @@ -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"), ], ), diff --git a/include/JSystem/JParticle/JPADrawSetupTev.h b/include/JSystem/JParticle/JPADrawSetupTev.h index f4c7fe7e9..eb99d552f 100644 --- a/include/JSystem/JParticle/JPADrawSetupTev.h +++ b/include/JSystem/JParticle/JPADrawSetupTev.h @@ -8,6 +8,7 @@ class JPAExTexShape; class JPADrawSetupTev { public: + ~JPADrawSetupTev() {} void setupTev(JPABaseShape* param_1, JPAExTexShape* param_2); /* 0x0 */ u8 field_0x0;