Loading include/gal/opengl/vertex_item.h +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public: /** * Function GetSize() * Returns information about number of vertices stored. * @return Number of vertices. * @param Number of vertices. */ inline unsigned int GetSize() const { Loading @@ -69,7 +69,7 @@ public: /** * 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; Loading Loading
include/gal/opengl/vertex_item.h +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public: /** * Function GetSize() * Returns information about number of vertices stored. * @return Number of vertices. * @param Number of vertices. */ inline unsigned int GetSize() const { Loading @@ -69,7 +69,7 @@ public: /** * 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; Loading