Переглянути джерело

Update messageBox.ed.cs

Must be "Canvas" instead of "0"
Duion 10 роки тому
батько
коміт
03e0874f9c

+ 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 ) )