mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Fixed template scripts.
This commit is contained in:
parent
346ad5bdaa
commit
76b2e4e975
2 changed files with 8 additions and 2 deletions
|
|
@ -38,7 +38,10 @@ function createCanvas(%windowTitle)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create the Canvas
|
// Create the Canvas
|
||||||
%foo = new GuiCanvas(Canvas);
|
%foo = new GuiCanvas(Canvas)
|
||||||
|
{
|
||||||
|
displayWindow = false;
|
||||||
|
};
|
||||||
|
|
||||||
// Set the window title
|
// Set the window title
|
||||||
if (isObject(Canvas))
|
if (isObject(Canvas))
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,10 @@ function createCanvas(%windowTitle)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create the Canvas
|
// Create the Canvas
|
||||||
%foo = new GuiCanvas(Canvas);
|
%foo = new GuiCanvas(Canvas)
|
||||||
|
{
|
||||||
|
displayWindow = false;
|
||||||
|
};
|
||||||
|
|
||||||
// Set the window title
|
// Set the window title
|
||||||
if (isObject(Canvas))
|
if (isObject(Canvas))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue