Skip to content

Commit

Permalink
Fixed PrimitiveType documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mantognini committed Aug 7, 2016
1 parent 8e7bf64 commit 8df8493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SFML/Graphics/PrimitiveType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ enum PrimitiveType
Quads, ///< List of individual quads (deprecated, don't work with OpenGL ES)

// Deprecated names
LinesStrip = LineStrip, /// \deprecated Use LineStrip instead
TrianglesStrip = TriangleStrip, /// \deprecated Use TriangleStrip instead
TrianglesFan = TriangleFan /// \deprecated Use TriangleFan instead
LinesStrip = LineStrip, ///< \deprecated Use LineStrip instead
TrianglesStrip = TriangleStrip, ///< \deprecated Use TriangleStrip instead
TrianglesFan = TriangleFan ///< \deprecated Use TriangleFan instead
};

} // namespace sf
Expand Down

0 comments on commit 8df8493

Please sign in to comment.