mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +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
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,8 @@
|
||||||
// IN THE SOFTWARE.
|
// IN THE SOFTWARE.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
$GameCanvas = 0;
|
if($GameCanvas == OculusCanvas)
|
||||||
|
$GameCanvas = 0;
|
||||||
|
|
||||||
// Cleanup Dialog created by 'core'
|
// Cleanup Dialog created by 'core'
|
||||||
if( isObject( MessagePopupDlg ) )
|
if( isObject( MessagePopupDlg ) )
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,8 @@
|
||||||
// IN THE SOFTWARE.
|
// IN THE SOFTWARE.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
$GameCanvas = 0;
|
if($GameCanvas == OculusCanvas)
|
||||||
|
$GameCanvas = 0;
|
||||||
|
|
||||||
// Cleanup Dialog created by 'core'
|
// Cleanup Dialog created by 'core'
|
||||||
if( isObject( MessagePopupDlg ) )
|
if( isObject( MessagePopupDlg ) )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue