mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-18 22:07:45 +01:00
Update Combos.
This commit is contained in:
parent
95d5d6c4b0
commit
d2bfcefb89
6 changed files with 19 additions and 36 deletions
|
|
@ -12,7 +12,7 @@ public class ModCombo : FilterComboCache<Mod>
|
|||
=> obj.Name.Text;
|
||||
|
||||
public ModCombo(Func<IReadOnlyList<Mod>> generator)
|
||||
: base(generator, Penumbra.Log)
|
||||
: base(generator, MouseWheelType.None, Penumbra.Log)
|
||||
{ }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue