mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
Successfully exporting as OBJ doesn't show up as a warning anymore
This commit is contained in:
parent
f80159d528
commit
41e1652bfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue