We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e10ff commit 7e35bd8Copy full SHA for 7e35bd8
1 file changed
OSVR-Unity/Assets/OSVRUnity/src/InterfaceGameObject.cs
@@ -40,7 +40,7 @@ protected InterfaceGameObject interfaceGameObject
40
{
41
get
42
43
- return this;
+ return GetComponent<InterfaceGameObject>();
44
}
45
46
0 commit comments