mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Fixed an issue where non-occulus builds didn't correctly push pop-up dialogs to the canvas.
This commit is contained in:
parent
d92a9841f2
commit
f5d8de8c4d
2 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ function GameConnection::initialControlSet(%this)
|
|||
{
|
||||
if (Canvas.getContent() != PlayGui.getId())
|
||||
Canvas.setContent(PlayGui);
|
||||
$GameCanvas = Canvas;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ function GameConnection::initialControlSet(%this)
|
|||
if (Canvas.getContent() != PlayGui.getId())
|
||||
{
|
||||
Canvas.setContent(PlayGui);
|
||||
$GameCanvas = Canvas;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue