浏览代码

Companion PR to 1398 to add the change to the Empty template as well.

Areloch 10 年之前
父节点
当前提交
dd5f910b64
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/Empty/game/core/scripts/gui/messageBoxes/messageBox.ed.cs

+ 1 - 1
Templates/Empty/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 ) )