소스 검색

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