Skip to content

Commit

Permalink
Update messageBox.ed.cs
Browse files Browse the repository at this point in the history
Must be "Canvas" instead of "0"
  • Loading branch information
Duion committed Aug 13, 2015
1 parent 0172f22 commit 03e0874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//-----------------------------------------------------------------------------

if($GameCanvas == OculusCanvas)
$GameCanvas = 0;
$GameCanvas = Canvas;

// Cleanup Dialog created by 'core'
if( isObject( MessagePopupDlg ) )
Expand Down

1 comment on commit 03e0874

@RichardRanft
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In 3.8 with dso generation enabled line 23 "always evalutates to 0"

Please sign in to comment.