Skip to content

Commit

Permalink
Merge pull request #2678 from peppy/long-path-fix
Browse files Browse the repository at this point in the history
Fix importing long filenames from stable
  • Loading branch information
peppy committed May 31, 2018
2 parents 824d6ae + 1147ef6 commit 9c0eff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Desktop/OsuGameDesktop.cs
Expand Up @@ -12,6 +12,7 @@
using osu.Game;
using OpenTK.Input;
using Microsoft.Win32;
using osu.Framework.Platform.Windows;

namespace osu.Desktop
{
Expand Down Expand Up @@ -40,7 +41,7 @@ public override Storage GetStorageForStableInstall()
/// <summary>
/// A method of accessing an osu-stable install in a controlled fashion.
/// </summary>
private class StableStorage : DesktopStorage
private class StableStorage : WindowsStorage
{
protected override string LocateBasePath()
{
Expand Down

0 comments on commit 9c0eff7

Please sign in to comment.