Minor formating fixes.
This commit is contained in:
parent
6f53b0c069
commit
4df668e68f
76 changed files with 121 additions and 121 deletions
|
|
@ -8,7 +8,7 @@ m_zorder (0)
|
|||
{
|
||||
}
|
||||
|
||||
Renderable2D::Renderable2D(const Vector2f& position) :
|
||||
Renderable2D::Renderable2D(const Vector2f& position) :
|
||||
m_zorder (0),
|
||||
Transformable (position)
|
||||
{
|
||||
|
|
@ -28,4 +28,4 @@ void Renderable2D::setZOrder(unsigned char value)
|
|||
m_zorder = value;
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue