Fixed compile error caused by previous commit
This commit is contained in:
parent
44cc9bad84
commit
7deec641ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
namespace sf
|
namespace sf
|
||||||
{
|
{
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
RectangleShape::RectangleShape(const Vector2f& size) :
|
RectangleShape::RectangleShape(const Vector2f& size)
|
||||||
{
|
{
|
||||||
SetSize(size);
|
SetSize(size);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue