diff options
Diffstat (limited to 'scene/3d/particles.h')
-rw-r--r-- | scene/3d/particles.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/particles.h b/scene/3d/particles.h index 5b8121e937..24154b5607 100644 --- a/scene/3d/particles.h +++ b/scene/3d/particles.h @@ -57,7 +57,6 @@ public: private: RID particles; - bool emitting; bool one_shot; int amount; float lifetime; |