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
163163 [ Default ( true ) ]
164164 public bool SpeedControl { get ; set ; }
165165 [ Default ( false ) ]
166- public bool ViewDispatcher { get ; set ; }
167- [ Default ( false ) ]
168166 public bool GraduatedRelease { get ; set ; }
169167 [ Default ( false ) ]
170168 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)
5252
5353 // We must create these forms on the main thread (Render) or they won't pump events correctly.
5454
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 ;
6158
6259 Program . SoundDebugForm = new SoundDebugForm ( Viewer ) ;
6360 Program . SoundDebugForm . Hide ( ) ;
You can’t perform that action at this time.
0 commit comments