Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6326


Ignore:
Timestamp:
Dec 12, 2009, 2:10:35 PM (14 years ago)
Author:
scheusso
Message:

ambient sound synchronisation now working (however not in combination with triggers)

File:
1 edited

Legend:

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

    r6322 r6326  
    5757    void AmbientSound::registerVariables()
    5858    {
    59         registerVariable(volume_, ObjectDirection::ToClient, new NetworkCallback<BaseSound>(static_cast<BaseSound*>(this), &BaseSound::volumeChanged));
    6059        registerVariable(ambientSource_, ObjectDirection::ToClient, new NetworkCallback<AmbientSound>(this, &AmbientSound::ambientSourceChanged));
    6160        registerVariable(bLooping_, ObjectDirection::ToClient, new NetworkCallback<BaseSound>(static_cast<BaseSound*>(this), &BaseSound::loopingChanged));
Note: See TracChangeset for help on using the changeset viewer.