Преглед на файлове

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