Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simarilius-uk committed Nov 11, 2024
1 parent 88af25f commit 668b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i_scene_cp77_gltf/resources/scripts/Import_from_OS.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def process_object(obj,parent_coll):
o['debugName']=obj['name']
o['horizontalFlip']=obj['spawnable']['horizontalFlip']
o['verticalFlip']=obj['spawnable']['verticalFlip']
o['alpha']=obj['spawna-ble']['alpha']
o['alpha']=obj['spawnable']['alpha']
o['appearanceName']=obj['spawnable']['app']

parent_coll.objects.link(o)
Expand Down

0 comments on commit 668b000

Please sign in to comment.