Graphics/TextSprite: Fix outline showing up over glyphs
This commit is contained in:
@@ -260,7 +260,6 @@ namespace Nz
|
||||
|
||||
// Rebuild new render infos with adjusted texture
|
||||
decltype(m_renderInfos) newRenderInfos;
|
||||
newRenderInfos.reserve(m_renderInfos.size());
|
||||
|
||||
for (auto&& [renderKey, indices] : m_renderInfos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user