Within the GameScreen I feed fixedrate to the Ships update class as a parameter.
Now, whether I’m using fixedrate or delta, when moving the ship, it begins to stop for about half a second then starts moving again. This is not normal behavior.
When for instance I remove multiplying by fixed rate or delta I do not get this stuttery movement with the ship.