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/entity.h')
-rw-r--r--src/core/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index 77bc2d8..07a3bec 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -201,7 +201,7 @@ public:
return entity_slots;
}
- /// entity info
+ /// entity information record
inline const Info *info() const {
return entity_info;
}