Prefix all getters with "get"
This commit is contained in:
@@ -19,7 +19,7 @@ class Simulation;
|
||||
// each frame, for each tick to run:
|
||||
// if (player.isFinished()) break;
|
||||
// sim.tick();
|
||||
// player.advanceTo(sim.currentTick());
|
||||
// player.advanceTo(sim.getCurrentTick());
|
||||
class ReplayPlayer
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user