Remove an excess space character [ci skip]
This commit is contained in:
parent
0ceb58e6ae
commit
ad16540778
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ namespace Default
|
|||
constexpr int64_t offset { 0 };
|
||||
constexpr int64_t offsetRandom { 0 };
|
||||
constexpr Range<int64_t> offsetRange { 0, std::numeric_limits<uint32_t>::max() };
|
||||
constexpr Range<int64_t> offsetCCRange = offsetRange;
|
||||
constexpr Range<int64_t> offsetCCRange = offsetRange;
|
||||
constexpr Range<uint32_t> sampleEndRange { 0, std::numeric_limits<uint32_t>::max() };
|
||||
constexpr Range<uint32_t> sampleCountRange { 0, std::numeric_limits<uint32_t>::max() };
|
||||
constexpr SfzLoopMode loopMode { SfzLoopMode::no_loop };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue