|
|
@@ -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);
|