Explorar o código

Removed reference to deprecated property

"title" property of Unity editor window is deprecated so we replace with
"titleContent.text"
punkoffice %!s(int64=9) %!d(string=hai) anos
pai
achega
e6aa2e34a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()