Attempt to fix VS2013 compilation error; fix a couple logic errors in the audio Source implementation.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-07-09 21:45:43 -03:00
parent 942149f980
commit 2b876d33ff
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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