diff options
Diffstat (limited to 'servers/rendering/storage/particles_storage.h')
-rw-r--r-- | servers/rendering/storage/particles_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/rendering/storage/particles_storage.h b/servers/rendering/storage/particles_storage.h index eba68210a5..ee4b8679b3 100644 --- a/servers/rendering/storage/particles_storage.h +++ b/servers/rendering/storage/particles_storage.h @@ -125,4 +125,4 @@ public: virtual void particles_collision_instance_set_active(RID p_collision_instance, bool p_active) = 0; }; -#endif // !PARTICLES_STORAGE_H +#endif // PARTICLES_STORAGE_H |