From d20e1df6030cba04cc2d75385608b59b560c5b93 Mon Sep 17 00:00:00 2001 From: cdwcgt Date: Tue, 21 Feb 2023 20:54:06 +0900 Subject: [PATCH] wrong xmldoc because of https://github.com/ppy/osu/pull/21308/commits/6900d0120a70287ef531a4c0facd398508a76b06 --- osu.Game/Database/LegacyModelExporter.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/osu.Game/Database/LegacyModelExporter.cs b/osu.Game/Database/LegacyModelExporter.cs index cd405f90be..96104a68a0 100644 --- a/osu.Game/Database/LegacyModelExporter.cs +++ b/osu.Game/Database/LegacyModelExporter.cs @@ -152,10 +152,9 @@ namespace osu.Game.Database } /// - /// Exports an item to Stream. - /// Override if custom export method is required. + /// Exports model to Stream. /// - /// The item to export. + /// The model to export. /// The output stream to export to. /// The notification will displayed to the user /// The Cancellation token that can cancel the exporting.