Skip to content

Commit b6fa4a7

Browse files
committed
Fix reduced time calculation in harmonic-waves.
1 parent 915a709 commit b6fa4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

online/harmonic-waves.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ <h2>Notes:</h2>
704704

705705
});
706706

707-
extendedData.time_controller += 0.55;
707+
extendedData.time_controller += 0.35;
708708

709709
requestAnimationFrame(update);
710710

0 commit comments

Comments
 (0)