mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Merge pull request #53 from theKAKAN/patch-1
Fixes `SetSpawnCameraLookAtEx` not working as intended
This commit is contained in:
commit
f72c0f896e
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user