File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/USharpVideo/Scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -863,9 +863,6 @@ public override void OnInspectorGUI()
863863 UdonSharpGUI . DrawProgramSource ( target ) )
864864 return ;
865865
866- EditorGUILayout . PropertyField ( unityVideoPlayerProperty ) ;
867- EditorGUILayout . PropertyField ( avProVideoPlayerProperty ) ;
868-
869866 EditorGUILayout . PropertyField ( allowSeekProperty ) ;
870867 EditorGUILayout . PropertyField ( defaultUnlockedProperty ) ;
871868 EditorGUILayout . PropertyField ( syncFrequencyProperty ) ;
@@ -881,6 +878,9 @@ public override void OnInspectorGUI()
881878 {
882879 EditorGUI . indentLevel ++ ;
883880
881+ EditorGUILayout . PropertyField ( unityVideoPlayerProperty ) ;
882+ EditorGUILayout . PropertyField ( avProVideoPlayerProperty ) ;
883+
884884 EditorGUILayout . PropertyField ( screenRendererProperty ) ;
885885 EditorGUILayout . PropertyField ( streamRTSourceProperty ) ;
886886
You can’t perform that action at this time.
0 commit comments