Fixed template scripts.

This commit is contained in:
Daniel Buckmaster 2014-08-16 11:52:50 +10:00
parent 346ad5bdaa
commit 76b2e4e975
2 changed files with 8 additions and 2 deletions

View file

@ -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))

View file

@ -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))