mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 16:37:12 +02:00
Fixes SetSpawnCameraLookAtEx
not working as intended
`SetSpawnCameraLookAtEx` was basically the same as `SetSpawnPlayerPositionEx`
This commit is contained in:
@ -762,7 +762,7 @@ void SetSpawnCameraPositionEx(float x, float y, float z)
|
|||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
void SetSpawnCameraLookAtEx(float x, float y, float z)
|
void SetSpawnCameraLookAtEx(float x, float y, float z)
|
||||||
{
|
{
|
||||||
_Func->SetSpawnPlayerPosition(x, y, z);
|
_Func->SetSpawnCameraLookAt(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user