Skip to content

Commit

Permalink
Fix #411.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Apr 27, 2024
1 parent 429a87e commit eb0c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korman/properties/modifiers/avatar.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def logicwiz(self, bo, tree):

# Camera Object
cameraobj = nodes.new("PlasmaAttribObjectNode")
cameraobj.link_output(sittingnode, "pfm", "sitCam")
cameraobj.link_output(sittingpynode, "pfm", "sitCam")
cameraobj.target_object = self.sitting_camera

# Clickable
Expand Down

0 comments on commit eb0c5f9

Please sign in to comment.