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