diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-16 20:59:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-16 20:59:21 +0300 |
commit | 558ef7174653df9d435e818bf16130443b0dd5be (patch) | |
tree | d829bf585fdb416d3a70659241e0565c49b817db /src/particle/textparticle.cpp | |
parent | 7752e90c8208a5ebb192f44d85174c2937fbcef8 (diff) | |
download | ManaVerse-558ef7174653df9d435e818bf16130443b0dd5be.tar.gz ManaVerse-558ef7174653df9d435e818bf16130443b0dd5be.tar.bz2 ManaVerse-558ef7174653df9d435e818bf16130443b0dd5be.tar.xz ManaVerse-558ef7174653df9d435e818bf16130443b0dd5be.zip |
Add particle type into particles.
Diffstat (limited to 'src/particle/textparticle.cpp')
-rw-r--r-- | src/particle/textparticle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/particle/textparticle.cpp b/src/particle/textparticle.cpp index 9acfb4110..d41dcef2b 100644 --- a/src/particle/textparticle.cpp +++ b/src/particle/textparticle.cpp @@ -41,6 +41,7 @@ TextParticle::TextParticle(const std::string &restrict text, mTextWidth(mTextFont ? mTextFont->getWidth(mText) / 2 : 1), mOutline(outline) { + mType = ParticleType::Text; } void TextParticle::draw(Graphics *restrict const graphics, |