fix
This commit is contained in:
parent
6b6cb0beda
commit
bfae9d3138
@ -208,6 +208,7 @@ public class Engine {
|
|||||||
|
|
||||||
public void remove_uiElement(UIDummy uiElement) {
|
public void remove_uiElement(UIDummy uiElement) {
|
||||||
this.uiElements.remove(uiElement);
|
this.uiElements.remove(uiElement);
|
||||||
|
uiElement.delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUIElementZoomFactor(float scaleFactor){
|
public void setUIElementZoomFactor(float scaleFactor){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user