[Orxonox-commit 1513] r6231 - code/branches/presentation2/src/orxonox/sound

dafrick at orxonox.net dafrick at orxonox.net
Thu Dec 3 19:33:15 CET 2009


Author: dafrick
Date: 2009-12-03 19:33:14 +0100 (Thu, 03 Dec 2009)
New Revision: 6231

Modified:
   code/branches/presentation2/src/orxonox/sound/BaseSound.h
Log:
Removed a warning in BaseSound.

Modified: code/branches/presentation2/src/orxonox/sound/BaseSound.h
===================================================================
--- code/branches/presentation2/src/orxonox/sound/BaseSound.h	2009-12-03 17:10:03 UTC (rev 6230)
+++ code/branches/presentation2/src/orxonox/sound/BaseSound.h	2009-12-03 18:33:14 UTC (rev 6231)
@@ -98,9 +98,9 @@
 
         std::string     source_;
         float           volume_;
-        float           pitch_;
         bool            bLoop_;
         State           state_;
+        float           pitch_;
         DataStreamPtr   dataStream_;
     };
 }




More information about the Orxonox-commit mailing list