Skip to content

Commit aaeb251

Browse files
committed
Distributed power: improve typo fix
1 parent ef03f09 commit aaeb251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/RunActivity/Viewer3D/RollingStock/MSTSLocomotiveViewer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
using Orts.Simulation.RollingStocks.SubSystems.Controllers;
3333
using Orts.Viewer3D.Common;
3434
using Orts.Viewer3D.Popups;
35-
using Orts.Viewer3D.RollingStock.Subsystems;
35+
using Orts.Viewer3D.RollingStock.SubSystems;
3636
using Orts.Viewer3D.RollingStock.Subsystems.ETCS;
3737
using ORTS.Common;
3838
using ORTS.Common.Input;

Source/RunActivity/Viewer3D/RollingStock/SubSystems/DistributedPowerInterface.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
using System;
2727
using System.Collections.Generic;
2828
using System.Linq;
29-
using static Orts.Viewer3D.RollingStock.Subsystems.DistributedPowerInterface;
29+
using static Orts.Viewer3D.RollingStock.SubSystems.DistributedPowerInterface;
3030

31-
namespace Orts.Viewer3D.RollingStock.Subsystems
31+
namespace Orts.Viewer3D.RollingStock.SubSystems
3232
{
3333
public class DistributedPowerInterface
3434
{

0 commit comments

Comments
 (0)