Graphics/SlicedSprite: Fix GetTopLeftCorner linking

This commit is contained in:
SirLynix
2022-07-12 08:44:43 +02:00
parent a476e705f8
commit 6203d5f0d1
3 changed files with 6 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ namespace Nz
return m_textureCoords;
}
inline auto SlicedSprite::GetTopLeftCorner() const -> const Corner&
{
return m_topLeftCorner;
}
inline void SlicedSprite::SetColor(const Color& color)
{
m_color = color;