Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-09-24 19:15:17 +0000
committerStijn Buys <ingar@osirion.org>2013-09-24 19:15:17 +0000
commit6ae26b0fabe80dfbc4e3e50309a94ff1149343ea (patch)
treef656eedbc58b380728c1918ba12f2a20852a7536 /src/render/particlesystem.h
parent11b9c77a453c946bfa4963d8339bc748c9251f83 (diff)
Apply particle system scales,
do not render thrust-enabled particle systems on impulse speed.
Diffstat (limited to 'src/render/particlesystem.h')
-rw-r--r--src/render/particlesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particlesystem.h b/src/render/particlesystem.h
index b3edce4..05bbe7d 100644
--- a/src/render/particlesystem.h
+++ b/src/render/particlesystem.h
@@ -50,7 +50,7 @@ public:
}
/**
- * @brief axisof the particlesystem
+ * @brief axis of the particlesystem
* */
inline const math::Axis &axis() const {
return particlesystem_axis;