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

Update messageBox.ed.cs

Must be "Canvas" instead of "0"
Duion пре 10 година
родитељ
комит
03e0874f9c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs

+ 1 - 1
Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs

@@ -21,7 +21,7 @@
 //-----------------------------------------------------------------------------
 
 if($GameCanvas == OculusCanvas)
-   $GameCanvas = 0;
+   $GameCanvas = Canvas;
 
 // Cleanup Dialog created by 'core'
 if( isObject( MessagePopupDlg ) )