diff options
Diffstat (limited to 'src/particleemitterprop.h')
-rw-r--r-- | src/particleemitterprop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particleemitterprop.h b/src/particleemitterprop.h index 644c66ce3..24d302404 100644 --- a/src/particleemitterprop.h +++ b/src/particleemitterprop.h @@ -110,7 +110,7 @@ template <typename T> struct ParticleEmitterProp final break; case FUNC_NONE: default: - //nothing + // nothing break; } |