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/particles.cc')
-rw-r--r--src/render/particles.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/particles.cc b/src/render/particles.cc
index 07a8dc1..ef6886a 100644
--- a/src/render/particles.cc
+++ b/src/render/particles.cc
@@ -183,6 +183,7 @@ ParticleSystem::ParticleSystem(ParticleScript *script, core::Entity *entity, mod
particlesystem_script = script;
particlesystem_texture = 0;
+ particlesystem_cull = model::CullNone;
particlesystem_modelclass = modelclass;
@@ -207,6 +208,7 @@ ParticleSystem::ParticleSystem(ParticleScript *script, core::Entity *entity, mod
color.assign(entity->model()->enginecolor());
}
particlesystem_axis.assign(modelclass->axis());
+// particlesystem_cull = particlesystem_modelclass->cull();
}
}