diff options
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/dust.cc | 4 |
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); |