1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

-fix sound room params (was not working)

-fixes to DAE exporter
-ios fixes (video)
This commit is contained in:
Juan Linietsky
2014-11-26 14:24:13 -03:00
parent e709468bb1
commit d70e16f72f
7 changed files with 68 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ def configure(env):
#'-framework', 'AdSupport',
'-framework', 'MediaPlayer',
'-framework', 'AVFoundation',
'-framework', 'CoreMedia',
])
if env['game_center'] == 'yes':