mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
ParticleCommon: Fix IESampleAndHold element ordering
This commit is contained in:
@@ -917,9 +917,9 @@ struct IEMultiply : IIntElement {
|
||||
|
||||
struct IESampleAndHold : IIntElement {
|
||||
AT_DECL_DNA_YAMLV_NO_TYPE
|
||||
IntElementFactory val;
|
||||
IntElementFactory waitMin;
|
||||
IntElementFactory waitMax;
|
||||
IntElementFactory val;
|
||||
std::string_view ClassID() const override { return "SPAH"sv; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user