mirror of
https://github.com/SFML/SFML.git
synced 2024-12-01 15:51:04 +08:00
Fixed compile error caused by previous commit
This commit is contained in:
parent
44cc9bad84
commit
7deec641ac
@ -32,7 +32,7 @@
|
|||||||
namespace sf
|
namespace sf
|
||||||
{
|
{
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
RectangleShape::RectangleShape(const Vector2f& size) :
|
RectangleShape::RectangleShape(const Vector2f& size)
|
||||||
{
|
{
|
||||||
SetSize(size);
|
SetSize(size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user