mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Removed love.audio.newSource(source) (see issue #319)
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
|
||||
Source(Pool *pool, love::sound::SoundData *soundData);
|
||||
Source(Pool *pool, love::sound::Decoder *decoder);
|
||||
Source(Source *s);
|
||||
Source(const Source &s);
|
||||
virtual ~Source();
|
||||
|
||||
virtual love::audio::Source *clone();
|
||||
|
||||
Reference in New Issue
Block a user