diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/search/live.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 33e00b3..689ecd5 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -139,6 +139,7 @@ class LerpParam: def update(self, dt): if self.direction != 0: self.n.value = clamp(self.n.value + self.direction * self.speed.value * dt) + print("set_opt: {} {}".format(self.name, self.n.value)) if self.n.value == 0 or self.n.value == 1: self.direction = 0 |
