mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 06:20:40 +00:00
Show the canvas immediately in unix because the splash doesn't work.
This commit is contained in:
parent
014b566014
commit
a6702d1331
4 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
|
|||
// Create the Canvas
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
displayWindow = $platform !$= "windows";
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
|
|||
// Create the Canvas
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
displayWindow = $platform !$= "windows";
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
|
|||
// Create the Canvas
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
displayWindow = $platform !$= "windows";
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ function createCanvas(%windowTitle)
|
|||
// Create the Canvas
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
displayWindow = $platform !$= "windows";
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue