another spaceify (oops)

I literally tried to change the setting for this in notepad++ but it crashes every time I do

ha ha
This commit is contained in:
Timothy Stiles 2020-09-26 23:48:47 +10:00
parent ccfd5c30ce
commit c8d80dfc63

View File

@ -810,7 +810,7 @@ class Player extends PrimaryView {
if (this.level.waiting_for_input) 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; this.tic_offset = 0;
} }