perf: increase speed multiplier from 3.0 to 10.0

This commit is contained in:
2026-01-26 23:51:19 +00:00
parent 7865d5229a
commit 5a3f4eced8
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1014,7 +1014,7 @@ void dwn_run(void)
float speed_multiplier = 1.0f;
if (now - dwn->typing_activity_time < 500) {
speed_multiplier = 3.0f;
speed_multiplier = 10.0f;
}
dwn->ambient_phase += 0.008f * dwn->ambient_speed * speed_multiplier;