Skip to content
Snippets Groups Projects
Commit 14863e02 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#30 Adjusted texture region border offset -> removed texture bleeding in iOS

parent ea5597bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import cz.nic.tablexia.util.Log;
public class TablexiaAtlasManager extends TablexiaAbstractFileManager {
public static final float BLEEDING_EDGE_OFFSET = 0.5f;
public static final float BLEEDING_EDGE_OFFSET = 1f;
public TablexiaAtlasManager() {
super(AssetsStorageType.EXTERNAL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment