dmuratshin 9 лет назад
Родитель
Сommit
e63c127bf4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/oal/SoundSystem_oal.cpp

+ 2 - 2
src/oal/SoundSystem_oal.cpp

@@ -60,7 +60,7 @@ namespace oxygine
         alcSuspendContext(_context);
         alcMakeContextCurrent(0);
 #endif
-        
+
 #if TARGET_OS_IPHONE
         alcSuspendContext(_context);
         alcMakeContextCurrent(0);
@@ -79,7 +79,7 @@ namespace oxygine
         alcMakeContextCurrent(_context);
         alcProcessContext(_context);
 #endif
-        
+
 #if TARGET_OS_IPHONE
         alcMakeContextCurrent(_context);
         alcProcessContext(_context);