Browse Source

Fix Scene Object (or "object")

* Capital O in "Sceneobject" becomes a small o to get things working!
pull/347/head
Patrick Dulebohn 2 years ago
parent
commit
348ed7a658
  1. 2
      korman/properties/modifiers/avatar.py

2
korman/properties/modifiers/avatar.py

@ -83,7 +83,7 @@ sitting_pfms = {
"filename": "xSitCam.py", "filename": "xSitCam.py",
"attribs": ( "attribs": (
{ 'id': 1, 'type': "ptAttribActivator", 'name': "sitAct" }, { 'id': 1, 'type': "ptAttribActivator", 'name': "sitAct" },
{ 'id': 2, 'type': "ptAttribSceneObject", 'name': "sitCam" }, { 'id': 2, 'type': "ptAttribSceneobject", 'name': "sitCam" },
) )
} }

Loading…
Cancel
Save