File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ internal void OnUpdate(bool inRnDCenter)
4040 }
4141 }
4242
43- private void Show ( )
43+ private void Show ( )
4444 {
4545 this . instance = PopupDialog . SpawnPopupDialog (
4646 new Vector2 ( 0.5f , 0.5f ) ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ internal static ReloadingDatabaseDialog Show(ModuleManager parent)
1919 return new ReloadingDatabaseDialog ( parent ) ;
2020 }
2121
22- internal Menu Dismiss ( )
22+ internal ReloadingDatabaseDialog Dismiss ( )
2323 {
2424 this . instance . Dismiss ( ) ;
2525 this . instance = null ;
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ internal IEnumerator DataBaseReloadWithMM(bool dump = false)
324324 finally
325325 {
326326 PerformanceMetrics . Instance . Stop ( ) ;
327- reloadingDialog . Dismiss ( ) ;
327+ reloadingDialog = reloadingDialog . Dismiss ( ) ;
328328 Log ( "Total reloading Time = " + PerformanceMetrics . Instance . ElapsedTimeInSecs . ToString ( "F3" ) + "s" ) ;
329329 PerformanceMetrics . Instance . Destroy ( ) ;
330330 }
You can’t perform that action at this time.
0 commit comments