Skip to content

Commit 51b1815

Browse files
authored
Merge pull request #630 from rndmguy-91/patch-1
fix: update bufferToHash import with .js
2 parents e403185 + 7cee62c commit 51b1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uniforms/LightsInfoUniformStruct.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DataTexture, RGBAFormat, ClampToEdgeWrapping, FloatType, Vector3, Quaternion, Matrix4, NearestFilter } from 'three';
2-
import { bufferToHash } from '../utils/bufferToHash';
2+
import { bufferToHash } from '../utils/bufferToHash.js';
33

44
const LIGHT_PIXELS = 6;
55
const RECT_AREA_LIGHT = 0;

0 commit comments

Comments
 (0)