mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Allow icon 180000
This commit is contained in:
parent
8fde0af0f9
commit
a1f1c169dc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
|
|||
public class IconBrowserWidget : IDataWindowWidget
|
||||
{
|
||||
// Remove range 170,000 -> 180,000 by default, this specific range causes exceptions.
|
||||
private readonly HashSet<int> nullValues = Enumerable.Range(170000, 10000).ToHashSet();
|
||||
private readonly HashSet<int> nullValues = Enumerable.Range(170000, 9999).ToHashSet();
|
||||
|
||||
private Vector2 iconSize = new(64.0f, 64.0f);
|
||||
private Vector2 editIconSize = new(64.0f, 64.0f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue