Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/particlesystem.h')
-rw-r--r--src/render/particlesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/particlesystem.h b/src/render/particlesystem.h
index 05bbe7d..974806f 100644
--- a/src/render/particlesystem.h
+++ b/src/render/particlesystem.h
@@ -56,12 +56,12 @@ public:
return particlesystem_axis;
}
-private:
inline Ejectors & ejectors()
{
return particlesystem_ejectors;
}
-
+
+private:
float particlesystem_modelscale;
math::Vector3f particlesystem_location;
math::Axis particlesystem_axis;