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; }