فهرست منبع

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