Skip to content

Commit f109a08

Browse files
committed
Let people modify the file as they please.
1 parent 3d3af23 commit f109a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lime/media/AudioManager.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class AudioManager
162162
if (!FileSystem.exists(directory))
163163
FileSystem.createDirectory(directory);
164164

165-
if (!FileSystem.exists(path) || File.getContent(path) != content)
165+
if (!FileSystem.exists(path))
166166
File.saveContent(path, content);
167167

168168
Sys.putEnv('ALSOFT_CONF', path);

0 commit comments

Comments
 (0)