mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Android build fix.
--HG-- branch : dev
This commit is contained in:
@@ -556,7 +556,7 @@ void EETest::createBaseUI() {
|
||||
SG->add( TF->loadFromFile( MyPath + "sprites/button-te_mdown.png" ), "button-te_mdown" );
|
||||
|
||||
UISkinSimple nSkin( "button-te" );
|
||||
Sizei screenSize = UIManager::instance()->getMainControl()->getSize();
|
||||
Sizef screenSize = SceneManager::instance()->getUISceneNode()->getSize();
|
||||
|
||||
mShowMenu = UIPushButton::New();
|
||||
mShowMenu->setSkin( nSkin );
|
||||
|
||||
Reference in New Issue
Block a user