Skip to content

Commit d58af26

Browse files
committed
Remove conflict in Sounds.cs
1 parent 235a293 commit d58af26

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Source/RunActivity/Viewer3D/Sound.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,19 @@
4040
//#define DEBUGSCR
4141

4242
using System;
43-
using System.Collections.Generic;
44-
using System.Diagnostics;
45-
using System.IO;
46-
using System.Linq;
4743
using Orts.Common;
4844
using Orts.Formats.Msts;
4945
using Orts.Simulation;
5046
using Orts.Simulation.AIs;
5147
using Orts.Simulation.Physics;
5248
using Orts.Simulation.RollingStocks;
5349
using Orts.Simulation.Signalling;
54-
using Orts.Viewer3D;
5550
using ORTS.Common;
5651
using ORTS.Settings;
52+
using System.Collections.Generic;
53+
using System.Diagnostics;
54+
using System.IO;
55+
using System.Linq;
5756
using Event = Orts.Common.Event;
5857
using Events = Orts.Common.Events;
5958

0 commit comments

Comments
 (0)