mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 09:23:08 -04:00
Fix offset comments
This commit is contained in:
@@ -32,8 +32,8 @@ struct TAdaptor_particle : public JStudio::TAdaptor_particle {
|
||||
virtual ~TJPACallback_() { } // _08 (weak)
|
||||
virtual void execute(JPABaseEmitter*); // _0C
|
||||
|
||||
TAdaptor_particle* mAdaptor; // _04
|
||||
const JStudio::TObject* mObject; // _08
|
||||
/* 0x04 */ TAdaptor_particle* mAdaptor;
|
||||
/* 0x08 */ const JStudio::TObject* mObject;
|
||||
};
|
||||
|
||||
struct TVVOOn_BEGIN_FADE_IN_ : public JStudio::TVariableValue::TOutput {
|
||||
|
||||
Reference in New Issue
Block a user