mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-02 19:15:53 +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
|
||||
%foo = new GuiCanvas(Canvas);
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
if (isObject(Canvas))
|
||||
|
|
|
|||
|
|
@ -38,7 +38,10 @@ function createCanvas(%windowTitle)
|
|||
}
|
||||
|
||||
// Create the Canvas
|
||||
%foo = new GuiCanvas(Canvas);
|
||||
%foo = new GuiCanvas(Canvas)
|
||||
{
|
||||
displayWindow = false;
|
||||
};
|
||||
|
||||
// Set the window title
|
||||
if (isObject(Canvas))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue