cleanup
dependencies hashes: openFrameworks ofxMsdfgen -----> watch out ofxMsdfgen has uncommitted changes! ofxGPUFont -----> watch out ofxGPUFont has uncommitted changes! ofxVariableLab -----> watch out ofxVariableLab has uncommitted changes! ofxProfiler -----> watch out ofxProfiler has uncommitted changes! theatre
This commit is contained in:
parent
8a17aa7a39
commit
6d3b064da7
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ const Audio = function(tp, record) {
|
||||||
|
|
||||||
const createAudioOptions = (layer, propTitle, container) => {
|
const createAudioOptions = (layer, propTitle, container) => {
|
||||||
const mappingOptions = mapping[layer.id()][propTitle];
|
const mappingOptions = mapping[layer.id()][propTitle];
|
||||||
let hasLetterDelay = //false;
|
let hasLetterDelay =
|
||||||
config
|
config
|
||||||
.layer.letterDelayProps
|
.layer.letterDelayProps
|
||||||
.indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0
|
.indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0
|
||||||
|
|
Loading…
Reference in a new issue