OpenAL fixed. CMake path set correctly.

This commit is contained in:
Stiffly
2015-09-22 14:32:04 +02:00
parent 7e9e19039c
commit 3f4ede4b7d
3 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ private:
bool OnContact(const dd::Events::Contact &event);
ALuint CreateSource();
//std::map<Component*, ALuint> m_Sources;
std::map<Component*, ALuint> m_Sources;
//std::list<ALuint>
//Temp
ALuint m_Source;