mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #1319 from Areloch/nonocculus_popup_dialog_fix
Nonocculus popup dialog fix Az verified that it corrects the issue in non-oculus builds.
This commit is contained in:
commit
8a55feebef
|
|
@ -20,7 +20,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$GameCanvas = 0;
|
||||
if($GameCanvas == OculusCanvas)
|
||||
$GameCanvas = 0;
|
||||
|
||||
// Cleanup Dialog created by 'core'
|
||||
if( isObject( MessagePopupDlg ) )
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$GameCanvas = 0;
|
||||
if($GameCanvas == OculusCanvas)
|
||||
$GameCanvas = 0;
|
||||
|
||||
// Cleanup Dialog created by 'core'
|
||||
if( isObject( MessagePopupDlg ) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue