mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Cleanup
This commit is contained in:
parent
77c5328369
commit
0550eb3109
1 changed files with 0 additions and 4 deletions
|
|
@ -1001,10 +1001,6 @@ TEST(Script, MiscRegressions)
|
||||||
ASSERT_EQ(regression2.getInt(), 400);
|
ASSERT_EQ(regression2.getInt(), 400);
|
||||||
|
|
||||||
ConsoleValue regression3 = RunScript(R"(
|
ConsoleValue regression3 = RunScript(R"(
|
||||||
if(!isObject(GuiDefaultProfile))
|
|
||||||
new GuiControlProfile (GuiDefaultProfile) {};
|
|
||||||
if(!isObject(GuiTooltipProfile))
|
|
||||||
new GuiControlProfile (GuiTooltipProfile) {};
|
|
||||||
function doTest()
|
function doTest()
|
||||||
{
|
{
|
||||||
%button = new GuiIconButtonCtrl()
|
%button = new GuiIconButtonCtrl()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue