diff options
Diffstat (limited to 'src/core/module.h')
-rw-r--r-- | src/core/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module.h b/src/core/module.h index 240488f..76b1ba4 100644 --- a/src/core/module.h +++ b/src/core/module.h @@ -38,7 +38,7 @@ public: /*----- mutators -------------------------------------------------- */ - /// run one timeframe + /// run one game frame virtual void frame(float seconds) = 0; /// is called when a player connects |