Переглянути джерело

Potential fix for code scanning alert no. 3759: 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 місяців тому
батько
коміт
ae90183ba7
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/extras/PMREMGenerator.js

+ 0 - 1
src/extras/PMREMGenerator.js

@@ -675,7 +675,6 @@ function _createPlanes( lodMax ) {
 				// logic matching _getCommonVertexShader
 				const x = u * 2 - 1;
 				const y = v * 2 - 1;
-				const z = 1;
 
 				if ( face === 0 ) {
 

粤ICP备19079148号