Improved VideoMode;
Fixed thread related bug in SoundStream. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1095 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
cb511644db
commit
a14719f1cd
6 changed files with 57 additions and 37 deletions
|
@ -33,7 +33,6 @@ class CustomSoundStream : public sf::SoundStream
|
|||
{
|
||||
public :
|
||||
PyObject *SoundStream;
|
||||
PyObject *PyData;
|
||||
virtual bool OnStart();
|
||||
virtual bool OnGetData(Chunk& Data);
|
||||
void Init(unsigned int ChannelsCount, unsigned int SampleRate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue