Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6231


Ignore:
Timestamp:
Dec 3, 2009, 7:33:14 PM (14 years ago)
Author:
dafrick
Message:

Removed a warning in BaseSound.

File:
1 edited

Legend:

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

    r6203 r6231  
    9999        std::string     source_;
    100100        float           volume_;
    101         float           pitch_;
    102101        bool            bLoop_;
    103102        State           state_;
     103        float           pitch_;
    104104        DataStreamPtr   dataStream_;
    105105    };
Note: See TracChangeset for help on using the changeset viewer.