Browse Source

Update RectAreaLight.html (#27441)

Fix a error
幽离 1 năm trước cách đây
mục cha
commit
9b59e9be35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/api/zh/lights/RectAreaLight.html

+ 1 - 1
docs/api/zh/lights/RectAreaLight.html

@@ -33,7 +33,7 @@
 		rectLight.lookAt( 0, 0, 0 );
 		scene.add( rectLight )
 
-		rectLightHelper = new RectAreaLightHelper( rectLight );
+		const rectLightHelper = new RectAreaLightHelper( rectLight );
 		scene.add( rectLightHelper );
 		</code>