mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fix skin click ptr
This commit is contained in:
parent
4050678526
commit
b70fc39571
|
@ -836,7 +836,7 @@ void CMenus::RenderSettingsTee(CUIRect MainView)
|
||||||
RenderFavIcon(FavIcon, IsFav);
|
RenderFavIcon(FavIcon, IsFav);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(UI()->DoButtonLogic(pSkinToBeDraw->GetName(), 0, &FavIcon))
|
if(UI()->DoButtonLogic(&pSkinToBeDraw->m_Metrics.m_Body, 0, &FavIcon))
|
||||||
{
|
{
|
||||||
if(IsFav)
|
if(IsFav)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue