Sdk/ButtonWidget: Fix compilation
Former-commit-id: a0a2e6a82405e07a8b6a4368117819c9e62a0085 [formerly 421f7bfb54896e1a0422faef047faaab39847fdf] [formerly 13b796a812ff951ebe87c060466926bc76208bbf [formerly 6199fe41191725ddb9a96873079a5dd8f4f33217]] Former-commit-id: d6fd2d5405c228052e30e6dfa7cc41f17c1d669b [formerly 6a6596e7af6e1ca4ab85f85545b8b42a243baf7d] Former-commit-id: 988451787c7c374d258f1bd91eb840a16a57fe8c
This commit is contained in:
parent
174ba16774
commit
7346c2926a
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue