Skip to content

Commit

Permalink
Fixed webgl_buffergeometry_instancing_lambert example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jan 31, 2019
1 parent 14bdd6f commit 595dc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webgl_buffergeometry_instancing_lambert.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@
#endif
varying vec3 vLightFront;
varying vec3 vIndirectFront;
#ifdef DOUBLE_SIDED
varying vec3 vLightBack;
varying vec3 vIndirectBack;
#endif
#include <common>
Expand Down

0 comments on commit 595dc52

Please sign in to comment.