mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
CParticleElectric: Fix CalculatePoints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user