Skip to content

Commit

Permalink
Fix scenario import error
Browse files Browse the repository at this point in the history
  • Loading branch information
General-101 committed Dec 29, 2024
1 parent b9c75d7 commit 4b20bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_scene_halo/file_tag/import_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def load_file(context, file_path, game_title, fix_rotations, empty_markers, repo

elif tag_group == "scnr":
context.scene.halo.game_title = game_title
context.scene.halo_tag.scenario_path = file_path
context.scene.tag_scenario.scenario_path = file_path
build_scene = build_scenario
if game_title == "halo1":
ASSET = process_h1_scenario(input_stream, report)
Expand Down

0 comments on commit 4b20bb9

Please sign in to comment.