impprove labeling a bit by giving priority to labels that were labeled previously

This commit is contained in:
Hannes Janetzek
2013-02-04 02:01:50 +01:00
parent 8046081b42
commit fc96e5f6e8
2 changed files with 154 additions and 96 deletions

View File

@@ -39,7 +39,7 @@ public class TextItem {
pool = pool.next;
ti.next = null;
ti.active = 0;
return ti;
}
}
@@ -173,6 +173,5 @@ public class TextItem {
public byte origin;
public boolean active;
// public byte placement
public int active;
}