Re-enabled audio

This commit is contained in:
2013-04-25 18:11:50 -07:00
parent ae00c9bf00
commit 9574f782ba

View File

@@ -47,7 +47,7 @@ KRAudioManager::KRAudioManager(KRContext &context) : KRContextObject(context)
m_anticlick_block = true; m_anticlick_block = true;
mach_timebase_info(&m_timebase_info); mach_timebase_info(&m_timebase_info);
m_audio_engine = KRAKEN_AUDIO_NONE; m_audio_engine = KRAKEN_AUDIO_SIREN;
m_high_quality_hrtf = false; m_high_quality_hrtf = false;
m_listener_scene = NULL; m_listener_scene = NULL;