mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Refactor of sound asset
Refactored to match image asset.
This commit is contained in:
parent
5796f0ea07
commit
71273e63c9
46 changed files with 639 additions and 775 deletions
|
|
@ -264,8 +264,7 @@ class GuiMLTextCtrl : public GuiControl
|
|||
bool mUseURLMouseCursor;
|
||||
|
||||
// Too many chars sound:
|
||||
DECLARE_SOUNDASSET(GuiMLTextCtrl, DeniedSound);
|
||||
DECLARE_ASSET_SETGET(GuiMLTextCtrl, DeniedSound);
|
||||
DECLARE_SOUNDASSET(GuiMLTextCtrl, DeniedSound)
|
||||
// Typeout over time
|
||||
bool mUseTypeOverTime;
|
||||
U32 mTypeOverTimeStartMS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue