mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Match CCamera::FUNC_1009D6B0()
This commit is contained in:
@ -148,7 +148,7 @@ void CCamera::FUNC_1009D660(CEntity *pEntity)
|
||||
|
||||
void CCamera::FUNC_1009D6B0()
|
||||
{
|
||||
if(!field_0 || field_0->m_pEntity) return;
|
||||
if(!field_0 || !field_0->m_pEntity) return;
|
||||
|
||||
MATRIX4X4 mat;
|
||||
field_0->GetMatrix(&mat);
|
||||
|
Reference in New Issue
Block a user