mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-20 21:00:52 +00:00
Update messageBox.ed.cs
Must be "Canvas" instead of "0"
This commit is contained in:
parent
0172f22cb4
commit
03e0874f9c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
if($GameCanvas == OculusCanvas)
|
||||
$GameCanvas = 0;
|
||||
$GameCanvas = Canvas;
|
||||
|
||||
// Cleanup Dialog created by 'core'
|
||||
if( isObject( MessagePopupDlg ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue