Преглед изворни кода

Removed reference to deprecated property

"title" property of Unity editor window is deprecated so we replace with
"titleContent.text"
punkoffice пре 9 година
родитељ
комит
e6aa2e34a9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Exporters/Unity 5/Unity3D2Babylon/ExporterWindow.cs

+ 1 - 1
Exporters/Unity 5/Unity3D2Babylon/ExporterWindow.cs

@@ -40,7 +40,7 @@ namespace Unity3D2Babylon
 
         void Initialize()
         {
-            title = "Babylon.js";
+            titleContent.text = "Babylon.js";
         }
 
         void OnGUI()