Skip to content

Commit 4e8cd4b

Browse files
committed
Merge pull request #20 from eral/ChangingObsoletedFunctionInPMDLoaderWindow
PMDLoaderWindow:非推奨関数の廃止
2 parents d944c94 + 85debbb commit 4e8cd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/MMDLoader/PMDLoaderWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public PMDLoaderWindow()
3131
}
3232

3333
void OnGUI() {
34-
pmdFile = EditorGUILayout.ObjectField("PMD File" , pmdFile, typeof(Object));
34+
pmdFile = EditorGUILayout.ObjectField("PMD File" , pmdFile, typeof(Object), false);
3535

3636
// シェーダの種類
3737
shader_type = (PMDConverter.ShaderType)EditorGUILayout.EnumPopup("Shader Type", shader_type);

0 commit comments

Comments
 (0)