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 ba50b0f commit 24e22cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/util/sceneryDeserialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Bounds2 from '../../../dot/js/Bounds2.js';
import Matrix3 from '../../../dot/js/Matrix3.js';
import Vector2 from '../../../dot/js/Vector2.js';
import { Shape } from '../../../kite/js/imports.js';
import MipmapElement from '../../../phet-core/js/MipmapElement.js';
import MipmapElement from '../../../chipper/js/browser/MipmapElement.js';
import IntentionalAny from '../../../phet-core/js/types/IntentionalAny.js';
import { Circle, Color, DOM, Gradient, Image, Line, LinearGradient, Mipmap, Node, Paint, Path, Pattern, RadialGradient, Rectangle, scenery, Text } from '../imports.js';

Expand Down

0 comments on commit 24e22cc

Please sign in to comment.