mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Make limits a bit cleaner.
This commit is contained in:
parent
b0a8b1baa5
commit
64748790cc
2 changed files with 10 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ using OtterGui.Widgets;
|
|||
using Penumbra.GameData;
|
||||
using Penumbra.GameData.Files;
|
||||
using Penumbra.Import.Models;
|
||||
using Penumbra.Import.Models.Import;
|
||||
using Penumbra.String.Classes;
|
||||
using Penumbra.UI.Classes;
|
||||
|
||||
|
|
@ -16,7 +17,7 @@ namespace Penumbra.UI.AdvancedWindow;
|
|||
|
||||
public partial class ModEditWindow
|
||||
{
|
||||
private const int MdlMaterialMaximum = 10;
|
||||
private const int MdlMaterialMaximum = ModelImporter.MaterialLimit;
|
||||
|
||||
private const string MdlImportDocumentation =
|
||||
@"https://github.com/xivdev/Penumbra/wiki/Model-IO#user-content-9b49d296-23ab-410a-845b-a3be769b71ea";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue