Browse Source

Make scroll speed bugfix id unique after merge

tags/v0.0.2
NGnius 3 years ago
parent
commit
9506d3af76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CLre/Fixes/InventoryPanelScrollEngineFix.cs

+ 1
- 1
CLre/Fixes/InventoryPanelScrollEngineFix.cs View File

@@ -9,7 +9,7 @@ namespace CLre.Fixes
[Bugfix(name = "ScrollSpeedImprovement",
description = "Improve mouse wheel scroll speed in inventory",
more = "https://trello.com/c/elL8IVdn/4-scroll-menus-are-insensitive",
component = BugfixType.HarmonyPatch, id = 4)]
component = BugfixType.HarmonyPatch, id = 5)]
[HarmonyPatch]
class InventoryPanelScrollEngine_ScrollPanelByMouseWheel_Patch
{


Loading…
Cancel
Save