Update messageBox.ed.cs

Must be "Canvas" instead of "0"
This commit is contained in:
Duion 2015-08-13 23:39:15 +02:00
parent 0172f22cb4
commit 03e0874f9c

View file

@ -21,7 +21,7 @@
//-----------------------------------------------------------------------------
if($GameCanvas == OculusCanvas)
$GameCanvas = 0;
$GameCanvas = Canvas;
// Cleanup Dialog created by 'core'
if( isObject( MessagePopupDlg ) )