update abstract method

void update(
  1. double delta
)

Implement this method to update the game state, given the time delta that has passed since the last update.

Implementation

void update(double delta);