Skip to content

Commit

Permalink
Move MipmapElement to chipper, see phetsims/chipper#1523
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 17, 2024
1 parent 05ef928 commit 4e26e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mipmaps/scales_png.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
/* @formatter:off */

import MipmapElement from '../../phet-core/js/MipmapElement.js';
import MipmapElement from '../../chipper/js/browser/MipmapElement.js';

// The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case.
const mipmaps = [
Expand Down

0 comments on commit 4e26e25

Please sign in to comment.