Changed: Typos
This commit is contained in:
parent
82fd464c39
commit
1adc7d8efa
1 changed files with 8 additions and 8 deletions
|
@ -65,10 +65,10 @@ public:
|
|||
class CBuildInfo
|
||||
{
|
||||
public:
|
||||
const CAnimationFX *Sheet;
|
||||
const CFXStickMode *StickMode; // NULL to use default stick mode of the sheet
|
||||
const CAnimationFX* Sheet;
|
||||
const CFXStickMode* StickMode; // NULL to use default stick mode of the sheet
|
||||
NLMISC::CVector StickOffset;
|
||||
const NLMISC::CMatrix *StaticMatrix; // Useful if stick mode is "StaticMatrix"
|
||||
const NLMISC::CMatrix* StaticMatrix; // Useful if stick mode is "StaticMatrix"
|
||||
uint MaxNumAnimCount; // Number of frame on which the fx can overlap when it is being shutdown
|
||||
float TimeOut;
|
||||
double StartTime;
|
||||
|
|
Loading…
Reference in a new issue