Graphics/SlicedSprite: Fix GetTopLeftCorner linking
This commit is contained in:
@@ -55,11 +55,6 @@ namespace Nz
|
||||
return 1;
|
||||
}
|
||||
|
||||
inline auto SlicedSprite::GetTopLeftCorner() const -> const Corner&
|
||||
{
|
||||
return m_topLeftCorner;
|
||||
}
|
||||
|
||||
Vector3ui SlicedSprite::GetTextureSize() const
|
||||
{
|
||||
assert(m_material);
|
||||
|
||||
Reference in New Issue
Block a user