mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 04:37:47 +00:00
reset tag size weight after every iteration
This commit is contained in:
parent
285995807e
commit
6ad584ce84
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ public class TagDao {
|
|||
|
||||
if (tags > 0) {
|
||||
for (var kvp : list) {
|
||||
weight = 0;
|
||||
|
||||
if (counter == (bits)) {
|
||||
weight = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue