(TextSprite) Renamed SetText method to Update
Former-commit-id: 798baecaaf919c20d43f036f361d10d459270d0b
This commit is contained in:
@@ -126,7 +126,7 @@ void NzTextSprite::SetMaterial(NzMaterial* material)
|
||||
m_material = material;
|
||||
}
|
||||
|
||||
void NzTextSprite::SetText(const NzAbstractTextDrawer& drawer)
|
||||
void NzTextSprite::Update(const NzAbstractTextDrawer& drawer)
|
||||
{
|
||||
ClearAtlases();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user