mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
remove low limit for mod logo scale
This commit is contained in:
parent
fc5a9663b8
commit
ba7b0fa818
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue