Skip to content

Commit

Permalink
Add NoEscapeRangeAreaBox as an Area
Browse files Browse the repository at this point in the history
  • Loading branch information
savage13 committed Aug 21, 2024
1 parent 8368ef4 commit 511ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppMapDetailsObj.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function numOrArrayToArray(x: number | [number, number, number] | undefined): [n
function isAreaObject(obj: ObjectMinData) {
const areaObjectNames = ["Area", "BoxWater", "SpotBgmTag", "PointWindSetTag", "AreaCulling", "AreaCulling_InnerHide",
"AreaCulling_InnerOn", "AreaCulling_OuterNPCMementary", "FarModelCullingArea", 'LocationArea',
'LowGravityAreaBox', 'LowGravityAreaCylinder'
'LowGravityAreaBox', 'LowGravityAreaCylinder', "NoEscapeRangeAreaBox"
];
return areaObjectNames.includes(obj.name) || obj.name.startsWith('AirWall');
}
Expand Down

0 comments on commit 511ea8c

Please sign in to comment.