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 authored and jessegreenberg committed Dec 23, 2024
1 parent f72d4e3 commit 4623ba9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mipmaps/flashlight_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
2 changes: 1 addition & 1 deletion mipmaps/infraredSource_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
2 changes: 1 addition & 1 deletion mipmaps/microwaveSource_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
2 changes: 1 addition & 1 deletion mipmaps/uvSource_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 4623ba9

Please sign in to comment.