Skip to content

Commit

Permalink
Revert setting texture filter on VideoActor
Browse files Browse the repository at this point in the history
  • Loading branch information
dasisdormax committed Aug 31, 2023
1 parent 8a27b47 commit 4b7f515
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public void act (float delta) {
public void draw (Batch batch, float parentAlpha) {
Texture texture = player.getTexture();
if (texture == null) return;
texture.setFilter(Texture.TextureFilter.Linear, Texture.TextureFilter.Linear);
batch.draw(texture, getX(), getY(), getWidth(), getHeight(), 0, 0, player.getVideoWidth(), player.getVideoHeight(), false,
false);
}
Expand Down

0 comments on commit 4b7f515

Please sign in to comment.