浏览代码

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