aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/particles_2d.h
diff options
context:
space:
mode:
authorreduz2015-12-29 18:53:45 -0300
committerreduz2015-12-29 18:53:45 -0300
commit408a67193ec41e8bfcfbfcc5a65b4141bb663020 (patch)
treeb93417eaf43750c999faf65cb1c30977eb205f20 /scene/2d/particles_2d.h
parent555ad5f8b7facb9835ee3533d3b3e956cce4cdd1 (diff)
downloadgodot-408a67193ec41e8bfcfbfcc5a65b4141bb663020.tar.gz
godot-408a67193ec41e8bfcfbfcc5a65b4141bb663020.tar.zst
godot-408a67193ec41e8bfcfbfcc5a65b4141bb663020.zip
Added a reset() function to Particles2D, fixes #2472, fixes #2468
Diffstat (limited to 'scene/2d/particles_2d.h')
-rw-r--r--scene/2d/particles_2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/particles_2d.h b/scene/2d/particles_2d.h
index 4ee0fcf8d..77543a912 100644
--- a/scene/2d/particles_2d.h
+++ b/scene/2d/particles_2d.h
@@ -248,6 +248,7 @@ public:
DVector<Vector2> get_emission_points() const;
void pre_process(float p_delta);
+ void reset();
Particles2D();
};