mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Typos
This commit is contained in:
parent
0b9fc06b7e
commit
2c5d5a3bcd
1 changed files with 8 additions and 8 deletions
|
@ -65,10 +65,10 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue