mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-20 06:06:13 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
3a15f0c09c
commit
9d4cb02dae
1 changed files with 2 additions and 2 deletions
|
@ -2484,7 +2484,7 @@ class CAHAddShape : public IActionHandler
|
||||||
fromString(getParam(Params, "angle"), a);
|
fromString(getParam(Params, "angle"), a);
|
||||||
userDir = CVector(sin(a), cos(a), 0.f);
|
userDir = CVector(sin(a), cos(a), 0.f);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool have_shapes = true;
|
bool have_shapes = true;
|
||||||
bool first_shape = true;
|
bool first_shape = true;
|
||||||
while(have_shapes)
|
while(have_shapes)
|
||||||
|
@ -2554,7 +2554,7 @@ class CAHAddShape : public IActionHandler
|
||||||
if (!skeleton.empty())
|
if (!skeleton.empty())
|
||||||
{
|
{
|
||||||
USkeleton skel = Scene->createSkeleton(skeleton);
|
USkeleton skel = Scene->createSkeleton(skeleton);
|
||||||
if (!skel.empty())
|
if (!skel.empty())
|
||||||
{
|
{
|
||||||
skel.bindSkin(instance);
|
skel.bindSkin(instance);
|
||||||
skel.setClusterSystem(UserEntity->getClusterSystem());
|
skel.setClusterSystem(UserEntity->getClusterSystem());
|
||||||
|
|
Loading…
Reference in a new issue