diff options
Diffstat (limited to 'app/client/live')
| -rw-r--r-- | app/client/live/live.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/live/live.reducer.js b/app/client/live/live.reducer.js index cb9e8a4..810f84c 100644 --- a/app/client/live/live.reducer.js +++ b/app/client/live/live.reducer.js @@ -5,7 +5,7 @@ import types from '../types' const liveInitialState = { loading: false, error: null, - opt: {}, + opt: { hue: 0, saturation: 0, luminosity: 0, sequence_step: 1, recurse_roll: 0, rotate: 0, scale: 0, process_frac: 0.5 }, checkpoints: [], epochs: ['latest'], sequences: [], |
