File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ namespace gdjs {
322322 this . _timeSinceCurrentJumpStart = behaviorSpecificProps . tscjs ;
323323 this . _jumpKeyHeldSinceJumpStart = behaviorSpecificProps . jkhsjs ;
324324
325- // Clear user inputs between frames unless requested otherwise .
325+ // Clear user inputs between frames only if requested .
326326 this . _clearInputsBetweenFrames = ! ! options . clearMemory ;
327327 }
328328
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ namespace gdjs {
339339 this . _state . updateFromNetworkSyncData ( behaviorSpecificProps . ssd ) ;
340340 }
341341
342- // Clear user inputs between frames unless requested otherwise .
342+ // Clear user inputs between frames only if requested .
343343 this . _clearInputsBetweenFrames = ! ! options . clearMemory ;
344344 // And we are not using the default controls.
345345 this . _ignoreDefaultControlsAsSyncedByNetwork = true ;
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ namespace gdjs {
171171 this . _stickForce = behaviorSpecificProps . sf ;
172172 }
173173
174- // Clear user inputs between frames unless requested otherwise .
174+ // Clear user inputs between frames only if requested .
175175 this . _clearInputsBetweenFrames = ! ! options . clearMemory ;
176176 // And we are not using the default controls.
177177 this . _ignoreDefaultControlsAsSyncedByNetwork = true ;
You can’t perform that action at this time.
0 commit comments