mirror of https://github.com/AxioDL/metaforce.git
CParticleElectric: Fix CalculatePoints
This commit is contained in:
parent
fc7e8d4993
commit
12d8d534c6
|
@ -274,6 +274,7 @@ void CParticleElectric::CalculatePoints() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (points.size() == 4) {
|
if (points.size() == 4) {
|
||||||
|
x420_calculatedVerts[0] = points[0];
|
||||||
const int segs = x150_SSEG - 1;
|
const int segs = x150_SSEG - 1;
|
||||||
const float segDiv = 1.f / float(segs);
|
const float segDiv = 1.f / float(segs);
|
||||||
float curDiv = segDiv;
|
float curDiv = segDiv;
|
||||||
|
|
Loading…
Reference in New Issue