Final schema for convex hull data.

This commit is contained in:
2023-11-16 13:00:49 -05:00
parent 343bfd1003
commit 9b8be777f1
3 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public enum BuildingManager {
BUILDINGMANAGER;
public static HashMap<Integer, ArrayList<Integer>> _render_lookup = new HashMap<>();
public static HashMap<Integer, ArrayList<Integer>> _prop_subMeshes = new HashMap<>();
public static HashMap<Integer, ArrayList<ArrayList<Vector2f>>> _hull_data = new HashMap<>();
public static HashMap<Integer, ArrayList<BuildingLocation>> _stuckLocations = new HashMap<>();
public static HashMap<Integer, ArrayList<BuildingLocation>> _slotLocations = new HashMap<>();