summary refs log tree commit diff stats
path: root/src/systems/pondering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/pondering.h')
-rw-r--r--src/systems/pondering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/pondering.h b/src/systems/pondering.h index ad01a22..3fe5473 100644 --- a/src/systems/pondering.h +++ b/src/systems/pondering.h
@@ -7,7 +7,7 @@ class PonderingSystem : public System {
7 public: 7 public:
8 PonderingSystem(Game& game) 8 PonderingSystem(Game& game)
9 : System(game) {} 9 : System(game) {}
10 10
11 void tick(double dt); 11 void tick(double dt);
12}; 12};
13 13