mirror of https://github.com/axmolengine/axmol.git
removes dirty from ActionCamera
This commit is contained in:
parent
eadbaa3bf5
commit
72d77bb035
|
@ -61,8 +61,6 @@ void ActionCamera::restore()
|
|||
_upX = 0.0f;
|
||||
_upY = 1.0f;
|
||||
_upZ = 0.0f;
|
||||
|
||||
_dirty = false;
|
||||
}
|
||||
|
||||
void ActionCamera::setEye(float x, float y, float z)
|
||||
|
|
|
@ -58,7 +58,6 @@ public:
|
|||
,_upX(0)
|
||||
,_upY(1)
|
||||
,_upZ(0)
|
||||
,_dirty(false)
|
||||
{}
|
||||
/**
|
||||
* @js NA
|
||||
|
@ -88,7 +87,6 @@ protected:
|
|||
float _upX;
|
||||
float _upY;
|
||||
float _upZ;
|
||||
bool _dirty;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue