Prepare to allow adding offline rendering feature

This commit is contained in:
xenakios
2018-02-26 16:34:13 +02:00
parent 13d03ecaeb
commit 47638ba0c6
3 changed files with 32 additions and 40 deletions

View File

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