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/dust.cc')
-rw-r--r--src/render/dust.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/dust.cc b/src/render/dust.cc
index 96a9d67..25df9f9 100644
--- a/src/render/dust.cc
+++ b/src/render/dust.cc
@@ -113,8 +113,8 @@ void Dust::draw()
color.a = alpha;
traillength = core::localcontrol()->speed() / LOWSPEEDLIMIT;
- if (traillength > 1)
- traillength = 1.0f;
+ /*if (traillength > 1)
+ traillength = 1.0f; */
traillength *= TRAILLENGHT;
gl::color(color);