Skip to content

Commit

Permalink
chore: chore notice for renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayamame-beans committed May 4, 2024
1 parent b2dd147 commit 111a2f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Editor/ErrorReporting/UI/ErrorReportWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace nadena.dev.ndmf.ui

#endregion

// Note: Due to historical reason, "NDMF Console" is internally called "Error Report".
public sealed class ErrorReportWindow : EditorWindow
{
// Disables displaying the error report window (for tests)
Expand Down Expand Up @@ -206,7 +207,6 @@ private void SetupSelector()

/// <summary>
/// Shows the error report window, displaying the last error report generated.
/// Note: "Error Report" window has been renamed to "NDMF Console".
/// </summary>
[MenuItem("Tools/NDM Framework/Show NDMF Console")]
public static void ShowErrorReportWindow()
Expand Down Expand Up @@ -292,7 +292,6 @@ private void UpdateContents()

/// <summary>
/// Shows the error report window, displaying a specific error report.
/// Note: "Error Report" window has been renamed to "NDMF Console".
/// </summary>
/// <param name="report"></param>
public static void ShowReport(ErrorReport report)
Expand All @@ -307,7 +306,6 @@ public static void ShowReport(ErrorReport report)

/// <summary>
/// Shows the error report window, displaying a specific avatar and its error report (if any).
/// Note: "Error Report" window has been renamed to "NDMF Console".
/// </summary>
/// <param name="avatarRoot"></param>
public static void ShowReport(GameObject avatarRoot)
Expand Down

0 comments on commit 111a2f0

Please sign in to comment.