Also clear handlesText

This commit is contained in:
Martijn van Groningen 2013-10-03 23:57:11 +02:00
parent 088e05b368
commit 427bc13272
1 changed files with 1 additions and 0 deletions

View File

@ -91,5 +91,6 @@ public class HandlesStreamInput extends AdapterStreamInput {
public void cleanHandles() {
handles.clear();
handlesText.clear();
}
}