This commit is contained in:
parent
f7d2355ca0
commit
8bfd333984
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ public:
|
|||
FX_RGB_MAX
|
||||
};
|
||||
|
||||
CFX()
|
||||
{// Sorry, I need this :o(
|
||||
RGB.R=RGB.G=RGB.B=127;
|
||||
AfterEffect=FX_TYPE_NONE;
|
||||
};
|
||||
|
||||
static CFX *Create(const FX_TYPE Type);
|
||||
static CFX *Create(const FX_TYPE Type,CThing *Parent);
|
||||
static CFX *Create(const FX_TYPE Type,DVECTOR const &Pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue