From dd5f910b64236a3a1b13e8027a742b1ca63ffad5 Mon Sep 17 00:00:00 2001 From: Areloch Date: Sat, 5 Sep 2015 12:07:47 -0500 Subject: [PATCH] Companion PR to 1398 to add the change to the Empty template as well. --- .../Empty/game/core/scripts/gui/messageBoxes/messageBox.ed.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Empty/game/core/scripts/gui/messageBoxes/messageBox.ed.cs b/Templates/Empty/game/core/scripts/gui/messageBoxes/messageBox.ed.cs index 13c8559277..b4192ecb15 100644 --- a/Templates/Empty/game/core/scripts/gui/messageBoxes/messageBox.ed.cs +++ b/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 ) )