Background tiles are no longer "fuzzy"
This commit is contained in:
parent
9f48f43ad0
commit
9e7b28a6e4
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ object ImageGetter {
|
|||
textureRegionDrawables.clear()
|
||||
// These are the drawables from the base game
|
||||
for(region in atlas.regions){
|
||||
region.texture.setFilter(Texture.TextureFilter.Linear,Texture.TextureFilter.Linear)
|
||||
val drawable =TextureRegionDrawable(region)
|
||||
textureRegionDrawables[region.name] = drawable
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue