This commit is contained in:
Anuken
2023-07-23 15:49:12 -04:00
parent a14149c952
commit fedad1e0d0

View File

@@ -98,6 +98,8 @@ public class MapObjectivesCanvas extends WidgetGroup{
public void clearObjectives(){ public void clearObjectives(){
stopQuery(); stopQuery();
tilemap.clearTiles(); tilemap.clearTiles();
tilemap.x = 0f;
tilemap.y = 0f;
} }
protected void stopQuery(){ protected void stopQuery(){