This commit is contained in:
parent
92f0682887
commit
1efe7336c4
@ -109,17 +109,13 @@ CFX *NewFX;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
NewFX->init();
|
||||
// Pos=NewFX->getSizeForPlacement();
|
||||
// Pos.vx=_pos->vx+(NewFXPos.vx/2);
|
||||
// Pos.vy=_pos->vy+(NewFXPos.vy/2)-16;
|
||||
// NewFX->setPos(&NewFXPos);
|
||||
|
||||
if (Parent)
|
||||
{
|
||||
Parent->addChild(NewFX);
|
||||
}
|
||||
|
||||
NewFX->init();
|
||||
|
||||
return NewFX;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user