Skip to content

Commit

Permalink
Tweaked the overriding score nerf ratio from 2 to 4. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen authored Sep 5, 2022
1 parent b04b480 commit da0e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Megrez/3_KeyValuePaired.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extension Megrez.Compositor {
anchor.node.reset()
continue
}
anchor.node.overridingScore /= 2
anchor.node.overridingScore /= 4
}
}
return true
Expand Down

0 comments on commit da0e035

Please sign in to comment.