This commit is contained in:
Antoine 2021-06-23 18:09:28 +02:00
parent bfae9d3138
commit ff7aafc94b

View File

@ -57,6 +57,7 @@ public class UIElementText extends UIDummy{
for (ObjectGl obj : this.txt.getCharList()){ //Cast en ObjectGl for (ObjectGl obj : this.txt.getCharList()){ //Cast en ObjectGl
this.engine.remove_objectGl(obj); this.engine.remove_objectGl(obj);
} }
this.engine.remove_objectGl(background);
} }
/** /**