This commit is contained in:
Hannes Janetzek
2013-03-18 03:53:30 +01:00
parent 654ca7c5b8
commit 45b8bf75de
5 changed files with 44 additions and 84 deletions

View File

@@ -68,11 +68,6 @@ public final class TextLayer extends TextureLayer {
TextItem it = labels;
for (; it != null; it = it.next) {
// todo add captions at the end
//if (item.text.caption && !it.text.caption)
//continue;
//if (!item.text.caption && it.text.caption)
//continue;
if (item.text == it.text) {
while (it.next != null