We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3af23 commit f109a08Copy full SHA for f109a08
src/lime/media/AudioManager.hx
@@ -162,7 +162,7 @@ class AudioManager
162
if (!FileSystem.exists(directory))
163
FileSystem.createDirectory(directory);
164
165
- if (!FileSystem.exists(path) || File.getContent(path) != content)
+ if (!FileSystem.exists(path))
166
File.saveContent(path, content);
167
168
Sys.putEnv('ALSOFT_CONF', path);
0 commit comments