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:
Lioncash 2020-05-08 16:09:54 -04:00
parent b495472ee7
commit 10c6c6729f
1 changed files with 1 additions and 1 deletions

View File

@ -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);