remove register keyword

This commit is contained in:
Ariel Elkin
2014-04-05 21:39:57 +01:00
parent 4e90d3ffd2
commit eade52ff5c
6 changed files with 11 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ class FMVoices : public FM
inline StkFloat FMVoices :: tick( unsigned int )
{
register StkFloat temp, temp2;
StkFloat temp, temp2;
temp = gains_[3] * adsr_[3]->tick() * waves_[3]->tick();
temp2 = vibrato_.tick() * modDepth_ * 0.1;