mirror of
https://github.com/thestk/stk
synced 2026-01-19 15:41:52 +00:00
remove register keyword
This commit is contained in:
@@ -70,7 +70,7 @@ class PercFlut : public FM
|
||||
|
||||
inline StkFloat PercFlut :: tick( unsigned int )
|
||||
{
|
||||
register StkFloat temp;
|
||||
StkFloat temp;
|
||||
|
||||
temp = vibrato_.tick() * modDepth_ * 0.2;
|
||||
waves_[0]->setFrequency(baseFrequency_ * (1.0 + temp) * ratios_[0]);
|
||||
|
||||
Reference in New Issue
Block a user