Skip to content

Commit

Permalink
Fixed crash when trying to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisApps committed Dec 22, 2021
1 parent 5ef0da4 commit ed964cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions HitScoreVisualizer/Installers/HsvAppInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public override void InstallBindings()
Container.BindInstance(_hsvConfig);
Container.BindInterfacesAndSelfTo<ConfigProvider>().AsSingle();
Container.BindInterfacesAndSelfTo<BloomFontProvider>().AsSingle();
Container.Bind<JudgmentService>().AsSingle();

Container.BindInterfacesTo<FlyingScoreEffectPatch>().AsSingle();
}
}
Expand Down
13 changes: 0 additions & 13 deletions HitScoreVisualizer/Installers/HsvGameInstaller.cs

This file was deleted.

1 change: 0 additions & 1 deletion HitScoreVisualizer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public void Init(Logger logger, Config config, PluginMetadata pluginMetadata, Ze

zenject.Install<HsvAppInstaller>(Location.App, config.Generated<HSVConfig>());
zenject.Install<HsvMenuInstaller>(Location.Menu);
zenject.Install<HsvGameInstaller>(Location.Player);
}
}
}

0 comments on commit ed964cf

Please sign in to comment.