Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/vertexarray.h')
-rw-r--r--src/model/vertexarray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/vertexarray.h b/src/model/vertexarray.h
index 37f2be9..8312789 100644
--- a/src/model/vertexarray.h
+++ b/src/model/vertexarray.h
@@ -51,13 +51,13 @@ public:
return vertex_overflow;
}
- /// number of allocated floats
+ /// size of the vertex array in number of floats (for a single array)
inline size_t size() const
{
return vertex_size;
}
- /// index to the top of the stack
+ /// number of allocated floats
inline size_t index() const
{
return vertex_index;