mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 06:20:40 +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.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$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…
Add table
Add a link
Reference in a new issue