2
0
Fork 0
mirror of https://github.com/GTA-ASM/SanAndreasUnity synced 2025-02-24 11:17:11 +00:00

remove unneeded code

This commit is contained in:
in0finite 2019-06-24 02:37:22 +02:00
parent e4aa3c9f92
commit beb76b6499

View file

@ -13,11 +13,7 @@ namespace SanAndreasUnity
private void Start()
{
if (targetObject == null)
{
if (Camera.main != null)
targetObject = Camera.main.transform;
}
}
private void Update()