diff options
Diffstat (limited to 'scene/3d/cpu_particles_3d.h')
| -rw-r--r-- | scene/3d/cpu_particles_3d.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/cpu_particles_3d.h b/scene/3d/cpu_particles_3d.h index 4cb693f494..d84b0aedd2 100644 --- a/scene/3d/cpu_particles_3d.h +++ b/scene/3d/cpu_particles_3d.h @@ -138,7 +138,7 @@ private:  	real_t randomness_ratio = 0.0;  	double lifetime_randomness = 0.0;  	double speed_scale = 1.0; -	bool local_coords = true; +	bool local_coords = false;  	int fixed_fps = 0;  	bool fractional_delta = true; @@ -198,7 +198,7 @@ private:  protected:  	static void _bind_methods();  	void _notification(int p_what); -	virtual void _validate_property(PropertyInfo &property) const override; +	void _validate_property(PropertyInfo &p_property) const;  public:  	AABB get_aabb() const override;  |