mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.
--HG-- branch : minor
This commit is contained in:
@@ -233,7 +233,7 @@ private:
|
||||
Filter *filter;
|
||||
ALuint slot, target;
|
||||
};
|
||||
std::map<std::string, struct EffectMapStorage> effectmap;
|
||||
std::map<std::string, EffectMapStorage> effectmap;
|
||||
std::stack<ALuint> slotlist;
|
||||
}; // Source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user