mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 05:15:34 +00:00
Minor corrections to some component scripts to clear old references.
This commit is contained in:
parent
6fe0b1789d
commit
36bb0b3c54
5 changed files with 0 additions and 40 deletions
|
|
@ -26,12 +26,6 @@ function ThirdPersonPlayerObject::onAdd(%this)
|
|||
|
||||
%this.aimedMaxPitch = 90;
|
||||
%this.aimedMinPitch = -90;
|
||||
|
||||
%this.arms = SGOManager.spawn("FirstPersonArms", true);
|
||||
|
||||
%this.add(arms);
|
||||
|
||||
//%this.mesh.mountObject(%this.arms, "Eye");
|
||||
}
|
||||
|
||||
function ThirdPersonPlayerObject::onRemove(%this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue