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