Removed State background color settings

This commit is contained in:
Richard Davey 2017-06-28 01:50:49 +01:00
parent 52fb79bad2
commit 25356ec209

View file

@ -50,10 +50,7 @@ var Settings = {
// The following only apply if renderToTexture is true // The following only apply if renderToTexture is true
autoResize: GetValue(config, 'autoResize', false), autoResize: GetValue(config, 'autoResize', false)
transparent: GetValue(config, 'transparent', false),
clearBeforeRender: GetValue(config, 'clearBeforeRender', true),
backgroundColor: GetValue(config, 'backgroundColor', false)
}; };
}, },