Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module.h')
-rw-r--r--src/core/module.h2
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