فهرست منبع

Make doc checker happy (3)

Popov72 5 سال پیش
والد
کامیت
50bcbc3ec6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Materials/Node/Blocks/PBR/reflectivityBlock.ts

+ 1 - 1
src/Materials/Node/Blocks/PBR/reflectivityBlock.ts

@@ -111,7 +111,7 @@ export class ReflectivityBlock extends NodeMaterialBlock {
 
     /**
      * Gets the main code of the block (fragment side)
-     * @params aoIntensityVarName name of the variable with the ambient occlusion intensity
+     * @param aoIntensityVarName name of the variable with the ambient occlusion intensity
      * @returns the shader code
      */
     public getCode(aoIntensityVarName: string): string {