From 60ff7c221b8c57bc709af09240c970fc25196522 Mon Sep 17 00:00:00 2001 From: "peter.thor@omnifinity.se" Date: Wed, 23 Oct 2019 19:06:03 +0200 Subject: [PATCH] Enabling highlight of gameobject in editor. --- Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs b/Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs index 8751c019..6da969f8 100644 --- a/Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs +++ b/Assets/SteamVR/Input/SteamVR_Behaviour_Pose.cs @@ -73,7 +73,7 @@ protected virtual void Start() { if (poseAction == null) { - Debug.LogError("[SteamVR] No pose action set for this component"); + Debug.LogError("[SteamVR] No pose action set for this component", this); return; }