diff options
Diffstat (limited to 'cc/CCLayerQuad.h')
-rw-r--r-- | cc/CCLayerQuad.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cc/CCLayerQuad.h b/cc/CCLayerQuad.h index 03f161f..8be296f 100644 --- a/cc/CCLayerQuad.h +++ b/cc/CCLayerQuad.h @@ -75,13 +75,7 @@ public: float m_z; }; - CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom) - : m_left(left) - , m_top(top) - , m_right(right) - , m_bottom(bottom) - { - } + CCLayerQuad(const Edge& left, const Edge& top, const Edge& right, const Edge& bottom); CCLayerQuad(const FloatQuad&); Edge left() const { return m_left; } |