mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 06:52:52 +03:00
Padding fixes.
--HG-- branch : dev
This commit is contained in:
@@ -256,11 +256,11 @@ void EETest::createUI() {
|
||||
Clock TE;
|
||||
|
||||
mThemeName = "uitheme";
|
||||
/*
|
||||
|
||||
if ( PixelDensity::getPixelDensity() == 2 ) {
|
||||
mThemeName += "2x";
|
||||
}
|
||||
*/
|
||||
|
||||
createUIThemeTextureAtlas();
|
||||
|
||||
eePRINTL( "Texture Atlas Loading Time: %4.3f ms.", TE.getElapsed().asMilliseconds() );
|
||||
|
||||
Reference in New Issue
Block a user