Alphabetical commit

Former-commit-id: 88c2aad1451a941f7b3afa83063d9383fc8b40d2
This commit is contained in:
Lynix
2014-06-15 01:13:40 +02:00
parent b4c6dac441
commit 13e1cadcdd

View File

@@ -22,8 +22,8 @@ struct NzMusicImpl
NzSoundStream* stream; NzSoundStream* stream;
NzThread thread; NzThread thread;
bool loop = false; bool loop = false;
bool streaming = false;
bool paused = false; bool paused = false;
bool streaming = false;
unsigned int sampleRate; unsigned int sampleRate;
}; };