Changed: Typos

This commit is contained in:
kervala 2012-12-01 11:34:03 +01:00
parent b03263160e
commit af1e1e8911

View file

@ -65,14 +65,14 @@ public:
class CBuildInfo class CBuildInfo
{ {
public: public:
const CAnimationFX *Sheet; const CAnimationFX* Sheet;
const CFXStickMode *StickMode; // NULL to use default stick mode of the sheet const CFXStickMode* StickMode; // NULL to use default stick mode of the sheet
NLMISC::CVector StickOffset; 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 uint MaxNumAnimCount; // Number of frame on which the fx can overlap when it is being shutdown
float TimeOut; float TimeOut;
double StartTime; double StartTime;
float DelayBeforeStart; float DelayBeforeStart;
public: public:
CBuildInfo() CBuildInfo()
{ {