Fix focus change
This commit is contained in:
parent
90b4c46988
commit
fbfbb8cbaf
@ -121,8 +121,10 @@ namespace Passer {
|
||||
|
||||
focusing = true;
|
||||
return;
|
||||
|
||||
}
|
||||
else
|
||||
ProcessFocus();
|
||||
|
||||
if (!clicking) { // first activation
|
||||
touchedObject = data.pointerCurrentRaycast.gameObject;
|
||||
if (touchedObject == null) // object is a 3D object, as we do not use Physicsraycaster, use the focusObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user