소스 검색

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