Merge branch 'master' of https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat.git
This commit is contained in:
commit
a8e7a84b7a
@ -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