summaryrefslogtreecommitdiff
path: root/lib/GenEvent.ck
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GenEvent.ck')
-rw-r--r--lib/GenEvent.ck3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/GenEvent.ck b/lib/GenEvent.ck
index ba73445..142b1a3 100644
--- a/lib/GenEvent.ck
+++ b/lib/GenEvent.ck
@@ -39,6 +39,9 @@ public class GenEvent extends Event {
/*
* Getter functions to scale `value'
+ * Note that "min" can be greater than "max", resulting in the
+ * desired inversion of scaling
+ * (just like min < max and 1-value was used).
*/
fun float
getFloat()