Skip to content

Commit

Permalink
Fix tests (#23465)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro authored Feb 11, 2022
1 parent 1bb26d7 commit 507459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
NoToneMapping,
LinearMipmapLinearFilter
} from '../constants.js';
import { floorPowerOfTwo } from '../math/MathUtils';
import { floorPowerOfTwo } from '../math/MathUtils.js';
import { Frustum } from '../math/Frustum.js';
import { Matrix4 } from '../math/Matrix4.js';
import { Vector2 } from '../math/Vector2.js';
Expand Down

0 comments on commit 507459c

Please sign in to comment.