dmuratshin 9 anos atrás
pai
commit
e63c127bf4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/oal/SoundSystem_oal.cpp

+ 2 - 2
src/oal/SoundSystem_oal.cpp

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