gal: minor comment fix
This commit is contained in:
parent
aaf1b634d7
commit
83ffb8969f
|
@ -50,7 +50,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Function GetSize()
|
* Function GetSize()
|
||||||
* Returns information about number of vertices stored.
|
* Returns information about number of vertices stored.
|
||||||
* @return Number of vertices.
|
* @param Number of vertices.
|
||||||
*/
|
*/
|
||||||
inline unsigned int GetSize() const
|
inline unsigned int GetSize() const
|
||||||
{
|
{
|
||||||
|
@ -69,7 +69,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function GetVertices()
|
* Function GetVertices()
|
||||||
* areturn a pointer to the data used by the VERTEX_ITEM.
|
* Returns pointer to the data used by the VERTEX_ITEM.
|
||||||
*/
|
*/
|
||||||
VERTEX* GetVertices() const;
|
VERTEX* GetVertices() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue