mirror of
https://github.com/thestk/stk
synced 2026-01-19 07:31:52 +00:00
remove register keyword
This commit is contained in:
@@ -73,7 +73,7 @@ class BeeThree : public FM
|
||||
|
||||
inline StkFloat BeeThree :: tick( unsigned int )
|
||||
{
|
||||
register StkFloat temp;
|
||||
StkFloat temp;
|
||||
|
||||
if ( modDepth_ > 0.0 ) {
|
||||
temp = 1.0 + ( modDepth_ * vibrato_.tick() * 0.1 );
|
||||
|
||||
Reference in New Issue
Block a user