[III] Fix compilation issue

This commit is contained in:
Grinch_ 2022-08-20 09:03:15 +06:00
parent 6495b36952
commit 6bd401afa0

View File

@ -62,7 +62,7 @@ PedPage::PedPage()
#elif GTA3
CdeclEvent <AddressList<0x4CFE12, H_CALL>, PRIORITY_AFTER, ArgPickN<CPed*, 0>, void(CPed*)> onPreRender;
onPreRender += [](CPed* ped)
onPreRender += [this](CPed* ped)
{
if (!m_bBigHead)
{