mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Particle, map and line renderer fixes
This commit is contained in:
@@ -183,9 +183,9 @@ struct RELifetimePercent : IRealElement
|
||||
struct RESineWave : IRealElement
|
||||
{
|
||||
AT_DECL_DNA_YAML
|
||||
RealElementFactory magnitude;
|
||||
RealElementFactory linearAngle;
|
||||
RealElementFactory constantAngle;
|
||||
RealElementFactory frequency;
|
||||
RealElementFactory amplitude;
|
||||
RealElementFactory phase;
|
||||
const char* ClassID() const {return "SINE";}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user