Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 5:12:06 PM (15 years ago)
Author:
youngk
Message:

Resolved Conflicts, edited a few COUTs and commented out a semi-obsolete chunk of code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/sound/BaseSound.cc

    r6204 r6205  
    151151            if (int error = alGetError())
    152152                COUT(2) << "Sound: Error setting pitch: " << error << std::endl;
    153             alSourcei(this->audioSource_, AL_PITCH, pitch);
     153            alSourcef(this->audioSource_, AL_PITCH, pitch);
    154154        }
    155155    }
Note: See TracChangeset for help on using the changeset viewer.