Skip to content

Commit

Permalink
silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Aug 31, 2024
1 parent 31a570a commit 3284de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arc-core/src/arc/graphics/Pixmap.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ public void draw(Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight,
draw(pixmap, srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight, filtering, false);
}

public static float totalTime = 0f;

/**
* Draws an area from another Pixmap to this Pixmap. This will automatically scale and stretch the source image to the
* specified target rectangle. Blending is currently unsupported for stretched/scaled pixmaps.
Expand Down

0 comments on commit 3284de5

Please sign in to comment.