summaryrefslogtreecommitdiff
path: root/synth/envelope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/envelope.cpp')
-rw-r--r--synth/envelope.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/envelope.cpp b/synth/envelope.cpp
index a6e79e0..13b1044 100644
--- a/synth/envelope.cpp
+++ b/synth/envelope.cpp
@@ -160,6 +160,6 @@ fixed_t Envelope::get_level() //must be called each frame
break;
}
- t++;
+ ++t;
return level;
}