Padding fixes.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-02-25 03:42:24 -03:00
parent dce42a05d4
commit aaef8b1716
15 changed files with 55 additions and 63 deletions

View File

@@ -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() );