mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 12:13:46 +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);
|
||||
|
||||
ConsoleValue regression3 = RunScript(R"(
|
||||
if(!isObject(GuiDefaultProfile))
|
||||
new GuiControlProfile (GuiDefaultProfile) {};
|
||||
if(!isObject(GuiTooltipProfile))
|
||||
new GuiControlProfile (GuiTooltipProfile) {};
|
||||
function doTest()
|
||||
{
|
||||
%button = new GuiIconButtonCtrl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue