diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
| commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
| tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /scene/2d/cpu_particles_2d.cpp | |
| parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
| parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) | |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'scene/2d/cpu_particles_2d.cpp')
| -rw-r--r-- | scene/2d/cpu_particles_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/cpu_particles_2d.cpp b/scene/2d/cpu_particles_2d.cpp index 721b52edaa..ff27e0a29a 100644 --- a/scene/2d/cpu_particles_2d.cpp +++ b/scene/2d/cpu_particles_2d.cpp @@ -978,7 +978,7 @@ void CPUParticles2D::_notification(int p_what) { if (p_what == NOTIFICATION_DRAW) { if (!redraw) - return; // dont add to render list + return; // don't add to render list RID texrid; if (texture.is_valid()) { |