Pārlūkot izejas kodu

Make doc checker happy (3)

Popov72 5 gadi atpakaļ
vecāks
revīzija
50bcbc3ec6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {