summaryrefslogtreecommitdiff
path: root/src/SFML/Graphics/Shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SFML/Graphics/Shape.cpp')
-rw-r--r--src/SFML/Graphics/Shape.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SFML/Graphics/Shape.cpp b/src/SFML/Graphics/Shape.cpp
index 5403b40..f31a230 100644
--- a/src/SFML/Graphics/Shape.cpp
+++ b/src/SFML/Graphics/Shape.cpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)
+// Copyright (C) 2007-2016 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -163,8 +163,8 @@ m_textureRect (),
m_fillColor (255, 255, 255),
m_outlineColor (255, 255, 255),
m_outlineThickness(0),
-m_vertices (TrianglesFan),
-m_outlineVertices (TrianglesStrip),
+m_vertices (TriangleFan),
+m_outlineVertices (TriangleStrip),
m_insideBounds (),
m_bounds ()
{