mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
[saco] Match CCamera::FUNC_1009D6B0()
This commit is contained in:
parent
39edded764
commit
ce68f76eb0
@ -148,7 +148,7 @@ void CCamera::FUNC_1009D660(CEntity *pEntity)
|
|||||||
|
|
||||||
void CCamera::FUNC_1009D6B0()
|
void CCamera::FUNC_1009D6B0()
|
||||||
{
|
{
|
||||||
if(!field_0 || field_0->m_pEntity) return;
|
if(!field_0 || !field_0->m_pEntity) return;
|
||||||
|
|
||||||
MATRIX4X4 mat;
|
MATRIX4X4 mat;
|
||||||
field_0->GetMatrix(&mat);
|
field_0->GetMatrix(&mat);
|
||||||
|
Loading…
Reference in New Issue
Block a user