diff --git a/code/ObjFileData.h b/code/ObjFileData.h index 5cbd15bad..676004646 100644 --- a/code/ObjFileData.h +++ b/code/ObjFileData.h @@ -107,13 +107,13 @@ struct Face //! \brief Stores all objects of an objfile object definition struct Object { - //! Obejct name + //! Object name std::string m_strObjName; //! Assigend face instances std::vector m_Faces; //! Transformation matrix, stored in OpenGL format aiMatrix4x4 m_Transformation; - //! All subobjects references by this object + //! All sub-objects referenced by this object std::vector m_SubObjects; //! \brief Default constructor