mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Fix ATS directory overwrite
This commit is contained in:
parent
310bd52efc
commit
c119992df7
@ -45,7 +45,7 @@ namespace Artemis.Modules.Games.EurotruckSimulator2
|
|||||||
settings.AtsGameDirectory = dialog.SelectedPath;
|
settings.AtsGameDirectory = dialog.SelectedPath;
|
||||||
NotifyOfPropertyChange(() => Settings);
|
NotifyOfPropertyChange(() => Settings);
|
||||||
Settings.Save();
|
Settings.Save();
|
||||||
model.PlaceTruckSimulatorPlugin(settings.Ets2GameDirectory, "amtrucks.exe");
|
model.PlaceTruckSimulatorPlugin(settings.AtsGameDirectory, "amtrucks.exe");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Ets2PlacePlugin()
|
public void Ets2PlacePlugin()
|
||||||
|
|||||||
@ -38,7 +38,6 @@ namespace Artemis.Profiles.Layers.Types.Audio.AudioCapturing
|
|||||||
|
|
||||||
var spectrumPoints = CalculateSpectrumPoints(height, fftBuffer);
|
var spectrumPoints = CalculateSpectrumPoints(height, fftBuffer);
|
||||||
return spectrumPoints?.Select(s => s.Value).ToList();
|
return spectrumPoints?.Select(s => s.Value).ToList();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user