Skip to content

Commit

Permalink
Merge pull request #1535 from peppy/dynamic-compile-fix
Browse files Browse the repository at this point in the history
Fix dynamic compilation not working for some users
  • Loading branch information
peppy committed Apr 23, 2018
2 parents 87baad0 + fd3608c commit 59e2064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Framework/Testing/DynamicClassCompiler.cs
Expand Up @@ -68,6 +68,7 @@ public void Start()
};
fsw.Changed += onChange;
fsw.Created += onChange;
watchers.Add(fsw);
}
Expand Down

0 comments on commit 59e2064

Please sign in to comment.