File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
RunActivity/Viewer3D/Processes Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,6 @@ public enum DirectXFeature
163
163
[ Default ( true ) ]
164
164
public bool SpeedControl { get ; set ; }
165
165
[ Default ( false ) ]
166
- public bool ViewDispatcher { get ; set ; }
167
- [ Default ( false ) ]
168
166
public bool GraduatedRelease { get ; set ; }
169
167
[ Default ( false ) ]
170
168
public bool RetainersOnAllCars { get ; set ; }
Original file line number Diff line number Diff line change @@ -52,12 +52,9 @@ internal override void BeginRender(RenderFrame frame)
52
52
53
53
// We must create these forms on the main thread (Render) or they won't pump events correctly.
54
54
55
- if ( MPManager . IsMultiPlayer ( ) || Game . Settings . ViewDispatcher )
56
- {
57
- Program . DebugViewer = new DispatchViewer ( Viewer . Simulator , Viewer ) ;
58
- Program . DebugViewer . Hide ( ) ;
59
- Viewer . DebugViewerEnabled = false ;
60
- }
55
+ Program . DebugViewer = new DispatchViewer ( Viewer . Simulator , Viewer ) ;
56
+ Program . DebugViewer . Hide ( ) ;
57
+ Viewer . DebugViewerEnabled = false ;
61
58
62
59
Program . SoundDebugForm = new SoundDebugForm ( Viewer ) ;
63
60
Program . SoundDebugForm . Hide ( ) ;
You can’t perform that action at this time.
0 commit comments