Răsfoiți Sursa

pass tests by removing trailing space

Bastien Robert 5 ani în urmă
părinte
comite
f0ca50e72c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;