From c8d80dfc63a25e8c7dfa85cca1d3199bf27ec6b6 Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Sat, 26 Sep 2020 23:48:47 +1000 Subject: [PATCH] another spaceify (oops) I literally tried to change the setting for this in notepad++ but it crashes every time I do ha ha --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index a430b17..0a64077 100644 --- a/js/main.js +++ b/js/main.js @@ -810,7 +810,7 @@ class Player extends PrimaryView { if (this.level.waiting_for_input) { - //freeze tic_offset in time so we don't try to interpolate to the next frame too soon + //freeze tic_offset in time so we don't try to interpolate to the next frame too soon this.tic_offset = 0; }