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:
xenakios
2018-02-15 16:03:00 +02:00
parent 178d68b0ec
commit 3171940a67
5 changed files with 49 additions and 13 deletions

View File

@ -257,3 +257,5 @@ inline bool is_in_range(T val, T start, T end)
{
return val >= start && val <= end;
}
//#define SOUNDRANGE_OFFSET_ENABLED