Skip to content

Commit 539e922

Browse files
ChengNan Yanglawwong
authored andcommitted
Fix compile error
1 parent de006bd commit 539e922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Misc/RenderModelHook.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public abstract class RenderModelCreator
3333
}
3434

3535
[CreatorPriorityAttirbute(1)]
36-
private class DefaultRenderModelCreator : RenderModelCreator
36+
public class DefaultRenderModelCreator : RenderModelCreator
3737
{
3838
private VRModuleDeviceModel m_loadedModelEnum = (VRModuleDeviceModel)(-1);
39-
private GameObject m_model;
39+
protected GameObject m_model;
4040

4141
public override bool shouldActive { get { return true; } }
4242

0 commit comments

Comments
 (0)