remove low limit for mod logo scale

This commit is contained in:
Cvolton 2024-07-10 14:24:25 +02:00
parent fc5a9663b8
commit ba7b0fa818

View file

@ -129,7 +129,7 @@ protected:
}
// Set sprite and scale it to node size
m_sprite = sprite;
limitNodeSize(m_sprite, m_obContentSize, 99.f, .05f);
limitNodeSize(m_sprite, m_obContentSize, 99.f, 0.f);
this->addChildAtPosition(m_sprite, Anchor::Center);
}