diff options
Diffstat (limited to 'o3d/samples/o3d-webgl/material.js')
-rw-r--r-- | o3d/samples/o3d-webgl/material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/o3d-webgl/material.js b/o3d/samples/o3d-webgl/material.js index 7dd1c8c..1597474 100644 --- a/o3d/samples/o3d-webgl/material.js +++ b/o3d/samples/o3d-webgl/material.js @@ -36,7 +36,7 @@ * The parameters needed on a Material will vary depending its Effect. * Note that a material MUST have its drawList set in order for objects using it * to render. - * + * * @param {!o3d.State} opt_state The State used by this material. * @param {!o3d.Effect} opt_effect The Effect used by this material. * @param {!o3d.DrawList} opt_draw_list The the DrawList used by this material. |