fix, peut-être utile
This commit is contained in:
@ -57,7 +57,9 @@ public class UIElementText extends UIDummy{
|
||||
for (ObjectGl obj : this.txt.getCharList()){ //Cast en ObjectGl
|
||||
this.engine.remove_objectGl(obj);
|
||||
}
|
||||
this.engine.remove_objectGl(background);
|
||||
if (background != null){
|
||||
this.engine.remove_objectGl(background);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user