diff options
| author | jules <jules@okfoc.us> | 2014-01-26 03:20:52 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 03:20:52 -0500 |
| commit | 91ca028ddce9f25be3b31a7a3ea58215c77c95eb (patch) | |
| tree | 263d036e148f22cc7fb390ddbc96c4b0ad397772 /js | |
| parent | d93bffc6438e6c89081b9b345c85a131a3de1138 (diff) | |
auto display first shader again
Diffstat (limited to 'js')
| -rw-r--r-- | js/api/gallery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/api/gallery.js b/js/api/gallery.js index 0404009..830ff93 100644 --- a/js/api/gallery.js +++ b/js/api/gallery.js @@ -68,7 +68,7 @@ function load_shaders(err, shaders){ var $shader = display_shader(shaders[i]) $el.append( $shader ) } - if (false && firsttime) { + if (firsttime) { firsttime = false run_shader(shaders[0]) } |
