fix, peut-être utile
This commit is contained in:
parent
ff7aafc94b
commit
b94db90379
@ -57,7 +57,9 @@ 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);
|
if (background != null){
|
||||||
|
this.engine.remove_objectGl(background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user