Skip to content

Commit

Permalink
mini refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dfgHiatus committed Aug 1, 2022
1 parent 9f87b8e commit 005993f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PimaxEyeTracking/NeosPimaxIntegration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public override void OnEngineInit()
{
// Harmony.DEBUG = true;
new Harmony("net.dfg.PimaxEyeTracking").PatchAll();
// TODO Check if the following need to be placed before the harmony patch
config = GetConfiguration();
config.OnThisConfigurationChanged += HandleChanges;
Engine.Current.OnShutdown += () => eyeTracker.Stop();
Expand Down

0 comments on commit 005993f

Please sign in to comment.