XmlThemeBuilder: disable mipmap for sharper rendering

This commit is contained in:
Emux
2019-09-28 18:29:47 +03:00
parent 3f3caa1912
commit 5facdb9888
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ public class LineTexActivity extends BitmapTileActivity {
TextureItem tex = null;
try {
tex = new TextureItem(CanvasAdapter.getBitmapAsset("", "patterns/pike.png"));
tex.mipmap = true;
//tex.mipmap = true;
} catch (IOException e) {
e.printStackTrace();
}