Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
v7.2.5-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed May 1, 2023
1 parent f972654 commit af0c951
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dist/pixi-texture-allocator.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ var AtlasResource = class extends import_core.Resource {
* @param item - The item to upload.
*/
uploadItem(renderer, target, format, type, item) {
if (item.updateId === item.dirtyId) {
return;
}
const gl = renderer.gl;
const isWebGL2 = gl instanceof WebGL2RenderingContext;
const frame = item.frame;
Expand Down
4 changes: 2 additions & 2 deletions dist/pixi-texture-allocator.cjs.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/pixi-texture-allocator.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af0c951

Please sign in to comment.