Skip to content

Commit 7e35bd8

Browse files
committed
Fix getting of interfaceGameObject.
1 parent 84e10ff commit 7e35bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OSVR-Unity/Assets/OSVRUnity/src/InterfaceGameObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected InterfaceGameObject interfaceGameObject
4040
{
4141
get
4242
{
43-
return this;
43+
return GetComponent<InterfaceGameObject>();
4444
}
4545
}
4646

0 commit comments

Comments
 (0)