File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
graphics/include/gz/common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ namespace gz
128128 // / \param[in] _name the name of the mesh
129129 public: bool HasMesh (const std::string &_name) const ;
130130
131- // / \brief Create an empty mesh and register it by name. If the mesh already
132- // / exists, returns nullptr.
131+ // / \brief Create an empty mesh and register it by name. If the mesh
132+ // / already exists, returns nullptr.
133133 // / \param[in] _name the name of the new mesh
134- // / \return a mutable pointer pointing to the newly allocated mesh, or nullptr
135- // / if the mesh name is already claimed.
134+ // / \return a mutable pointer pointing to the newly allocated mesh, or
135+ // / nullptr if the mesh name is already claimed.
136136 public: common::Mesh *CreateMesh (const std::string &_name);
137137
138138 // / \brief Create a sphere mesh.
You can’t perform that action at this time.
0 commit comments