mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-01 18:23:32 +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;
|
||||
NotifyOfPropertyChange(() => Settings);
|
||||
Settings.Save();
|
||||
model.PlaceTruckSimulatorPlugin(settings.Ets2GameDirectory, "amtrucks.exe");
|
||||
model.PlaceTruckSimulatorPlugin(settings.AtsGameDirectory, "amtrucks.exe");
|
||||
}
|
||||
|
||||
public void Ets2PlacePlugin()
|
||||
|
||||
@ -38,7 +38,6 @@ namespace Artemis.Profiles.Layers.Types.Audio.AudioCapturing
|
||||
|
||||
var spectrumPoints = CalculateSpectrumPoints(height, fftBuffer);
|
||||
return spectrumPoints?.Select(s => s.Value).ToList();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user