Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render/particles.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particles.cc b/src/render/particles.cc
index 2cc1b1a..4624539 100644
--- a/src/render/particles.cc
+++ b/src/render/particles.cc
@@ -62,8 +62,8 @@ void ParticleScript::list()
script = script->next();
}
con_print << " " << (*it).second->label() << strval << " " << count << " " << aux::plural("ejector", count) << std::endl;
- con_print << particlescript_registry.size() << " particle scripts" << std::endl;
}
+ con_print << particlescript_registry.size() << " particle scripts" << std::endl;
}
void ParticleScript::clear()