mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 13:25:36 +00:00
Moved GuiSliderProfile into core
This commit is contained in:
parent
48838494d4
commit
3d76cc4c12
3 changed files with 10 additions and 10 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 908 B |
|
|
@ -467,16 +467,6 @@ new GuiControlProfile( GuiRadioProfile )
|
|||
category = "Core";
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Slider control
|
||||
// ---------------------------------------------------------------------------
|
||||
if( !isObject( GuiSliderProfile ) )
|
||||
new GuiControlProfile( GuiSliderProfile )
|
||||
{
|
||||
bitmap = "data/ui/images/slider";
|
||||
category = "Core";
|
||||
};
|
||||
|
||||
//
|
||||
// Scroll Profile
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue