mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Various particle bug fixes
This commit is contained in:
@@ -79,8 +79,8 @@ struct SAdsrDelta
|
||||
{}
|
||||
|
||||
static SAdsrDelta Stopped() { return SAdsrDelta(EPhase::Stop); }
|
||||
static SAdsrDelta Start(ERumblePriority priority, bool preQueue)
|
||||
{ return SAdsrDelta(preQueue ? EPhase::PrePulse : EPhase::Attack, priority); }
|
||||
static SAdsrDelta Start(ERumblePriority priority, bool prePulse)
|
||||
{ return SAdsrDelta(prePulse ? EPhase::PrePulse : EPhase::Attack, priority); }
|
||||
};
|
||||
|
||||
class CRumbleVoice
|
||||
|
||||
Reference in New Issue
Block a user