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:
Areloch 2015-06-01 22:39:10 -05:00
commit 8a55feebef
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,8 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
$GameCanvas = 0;
if($GameCanvas == OculusCanvas)
$GameCanvas = 0;
// Cleanup Dialog created by 'core'
if( isObject( MessagePopupDlg ) )

View file

@ -20,7 +20,8 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
$GameCanvas = 0;
if($GameCanvas == OculusCanvas)
$GameCanvas = 0;
// Cleanup Dialog created by 'core'
if( isObject( MessagePopupDlg ) )