Skip to content

Commit

Permalink
FIX: func_group is a point, not brush, entity, so this does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 23, 2024
1 parent ba264b1 commit 6dc048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ fn main() {
flags: esp::ObjectFlags::default(),
});
}
"func_group" | "world_Detail" => {
"world_Detail" => {
processed_base_objects.insert(ref_id.clone());
mesh.game_object = TES3Object::Static(Static {
id: ref_id.to_owned(),
Expand Down

0 comments on commit 6dc048e

Please sign in to comment.