Explorar el Código

pass tests by removing trailing space

Bastien Robert hace 5 años
padre
commit
f0ca50e72c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/materials/Material.d.ts

+ 1 - 1
src/materials/Material.d.ts

@@ -128,7 +128,7 @@ export class Material extends EventDispatcher {
 	colorWrite: boolean;
 
 	/**
-	 * Custom defines to be injected into the shader. These are passed in form of an object literal, with key/value pairs. { MY_CUSTOM_DEFINE: '' , PI2: Math.PI * 2 }. 
+	 * Custom defines to be injected into the shader. These are passed in form of an object literal, with key/value pairs. { MY_CUSTOM_DEFINE: '' , PI2: Math.PI * 2 }.
 	 * The pairs are defined in both vertex and fragment shaders. Default is undefined.
 	 */
 	defines: any;