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/particle.cc')
-rw-r--r--src/render/particle.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/particle.cc b/src/render/particle.cc
index 5925ba5..6774cde 100644
--- a/src/render/particle.cc
+++ b/src/render/particle.cc
@@ -19,7 +19,6 @@ Particle::Particle(const math::Vector3f &location, const unsigned long timestamp
particle_speed = 0.0f;
particle_radius = 0.0f;
- particle_alpha = 0.0f;
}
@@ -31,7 +30,6 @@ Particle::Particle(const math::Vector3f &location, const math::Axis &axis, const
particle_speed = 0.0f;
particle_radius = 0.0f;
- particle_alpha = 0.0f;
}
} //namespace render