Sdk/ButtonWidget: Fix compilation

Former-commit-id: b45ba6c55c8942083b3bee3b742c300a1890eb0e [formerly f223376c239bab00acc4c560077c0bf691f8988d] [formerly e39b7c76edf6008b7a67c096714d1824705416c5 [formerly 9139170e026fc9c493f971ac55ac268249e32c77]]
Former-commit-id: cf7e25cde5cc09839e0cd7364a0fff5fe77ed39b [formerly 7fd5a315ec88b6c0512505874970ee45f06c5f86]
Former-commit-id: 3d85e1aad535da46085731400bfc153868972aea
This commit is contained in:
Lynix 2016-09-13 19:55:39 +02:00
parent a061a62de6
commit 220a7263b1
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ namespace Ndk
m_gradientEntity = CreateEntity();
m_gradientEntity->AddComponent<NodeComponent>().SetParent(this);
m_gradientEntity->AddComponent<GraphicsComponent>().Attach(m_gradientSprite);
m_gradientEntity->GetComponent<GraphicsComponent>().Attach(m_borderSprite, Nz::Matrix4f::Translate(Nz::Vector2f(-1.f, -1.f)), -1);
m_textSprite = Nz::TextSprite::New();