mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
sfx-legacy
This commit is contained in:
parent
442b200ef6
commit
eb5d3cc749
3 changed files with 43 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class SFXPlayList : public SFXTrack
|
|||
///
|
||||
/// @note To have longer playlists, simply cascade playlists and use
|
||||
/// wait behaviors.
|
||||
NUM_SLOTS = 16,
|
||||
NUM_SLOTS = 12, // AFX (was 16)
|
||||
|
||||
NUM_TRANSITION_MODE_BITS = 3,
|
||||
NUM_LOOP_MODE_BITS = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue