Sfoglia il codice sorgente

Update PointLightHelper.js

Michael Herzog 5 mesi fa
parent
commit
d70adae523
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/helpers/PointLightHelper.js

+ 1 - 1
src/helpers/PointLightHelper.js

@@ -38,7 +38,7 @@ class PointLightHelper extends Mesh {
 		/**
 		/**
 		 * The light being visualized.
 		 * The light being visualized.
 		 *
 		 *
-		 * @type {HemisphereLight}
+		 * @type {PointLight}
 		 */
 		 */
 		this.light = light;
 		this.light = light;
 
 

粤ICP备19079148号