From 41e1652bfc56c11f8a0443555a3c4f9579daa7a4 Mon Sep 17 00:00:00 2001 From: biwa <6475593+biwa@users.noreply.github.com> Date: Sun, 7 Feb 2021 16:50:42 +0100 Subject: [PATCH] Successfully exporting as OBJ doesn't show up as a warning anymore --- Source/Plugins/BuilderModes/IO/WavefrontExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/BuilderModes/IO/WavefrontExporter.cs b/Source/Plugins/BuilderModes/IO/WavefrontExporter.cs index 8f1bc040..e8032166 100755 --- a/Source/Plugins/BuilderModes/IO/WavefrontExporter.cs +++ b/Source/Plugins/BuilderModes/IO/WavefrontExporter.cs @@ -360,7 +360,7 @@ namespace CodeImp.DoomBuilder.BuilderModes.IO } //done - General.Interface.DisplayStatus(StatusType.Warning, "Geometry exported to \"" + savePath); + General.Interface.DisplayStatus(StatusType.Info, "Geometry exported to \"" + savePath); } #endregion