mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
CParticleElectric: Eliminate several sign conversion instances
Makes sign conversion cases explicit and eliminates them entirely in other cases.
This commit is contained in:
@@ -100,7 +100,7 @@ private:
|
||||
void RenderLines();
|
||||
void RenderSwooshes();
|
||||
void UpdateCachedTransform();
|
||||
void UpdateLine(int idx, int frame);
|
||||
void UpdateLine(size_t idx, int frame);
|
||||
void UpdateElectricalEffects();
|
||||
void CalculateFractal(int start, int end, float ampl, float ampd);
|
||||
void CalculatePoints();
|
||||
|
||||
Reference in New Issue
Block a user