Successfully exporting as OBJ doesn't show up as a warning anymore

This commit is contained in:
biwa 2021-02-07 16:50:42 +01:00
parent f80159d528
commit 41e1652bfc

View file

@ -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