1
0
Эх сурвалжийг харах

Potential fix for code scanning alert no. 3730: Unused variable, import, function or class

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
mrdoob 3 сар өмнө
parent
commit
f14b2a5012

+ 1 - 1
examples/jsm/utils/GenerateSDFMaterial.js

@@ -1,4 +1,4 @@
-import { ShaderMaterial, Vector3 } from 'three';
+import { ShaderMaterial } from 'three';
 
 export class GenerateSDFMaterial extends ShaderMaterial {
 

粤ICP备19079148号