mirror of https://github.com/AxioDL/metaforce.git
CParticleSwoosh: Make virtual call in constructor explicit
virtual functions statically resolve in constructors and destructors. This makes it obvious that we want the statically resolving behavior to the reader.
This commit is contained in:
parent
b495472ee7
commit
10c6c6729f
|
@ -57,7 +57,7 @@ CParticleSwoosh::CParticleSwoosh(const TToken<CSwooshDescription>& desc, int len
|
|||
0.f, 0.f, zeus::skClear);
|
||||
}
|
||||
|
||||
SetOrientation(zeus::CTransform());
|
||||
CParticleSwoosh::SetOrientation(zeus::CTransform());
|
||||
|
||||
x16c_p0.resize(x1b8_SIDE);
|
||||
x17c_p1.resize(x1b8_SIDE);
|
||||
|
|
Loading…
Reference in New Issue