mirror of
https://github.com/thestk/stk
synced 2026-04-22 23:44:36 +00:00
remove register keyword
This commit is contained in:
@@ -69,7 +69,7 @@ class HevyMetl : public FM
|
||||
|
||||
inline StkFloat HevyMetl :: 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