From 03e0874f9ce2d22e66975cfdb32bc5c67197fd08 Mon Sep 17 00:00:00 2001 From: Duion Date: Thu, 13 Aug 2015 23:39:15 +0200 Subject: [PATCH] Update messageBox.ed.cs Must be "Canvas" instead of "0" --- Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs b/Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs index 13c855927..b4192ecb1 100644 --- a/Templates/Full/game/core/scripts/gui/messageBoxes/messageBox.ed.cs +++ b/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 ) ) -- 2.11.4.GIT