Experimented with adding a sound play range offset parameter but not going to be able to support it properly for now. Show debug build title in about screen.
This commit is contained in:
@ -257,3 +257,5 @@ inline bool is_in_range(T val, T start, T end)
|
||||
{
|
||||
return val >= start && val <= end;
|
||||
}
|
||||
|
||||
//#define SOUNDRANGE_OFFSET_ENABLED
|
||||
|
Reference in New Issue
Block a user