fix proprs

This commit is contained in:
Andrei Yankovich 2021-07-31 15:19:55 +03:00
parent ce68d6b0da
commit 6481671709

View File

@ -22,7 +22,7 @@ class ParticleEffect : public IWorldItem
{
Q_OBJECT
/**
* if enabled is set to false, this emitter will not emit any particles.
* @brief enabled if enabled is set to false, this emitter will not emit any particles.
* Usually this is used to conditionally turn an emitter on or off. If you want to continue emitting burst,
* keep emitRate at 0 instead of toggling this to false. The default value is true.
*/