LeagueBroadcast
LeagueBroadcast copied to clipboard
Background image preload missing for gold graph
While using
"GoldGraph": {
"Position": {
"X": 965.0,
"Y": 845.0
},
"Size": {
"X": 740.0,
"Y": 235.0
},
"Background": {
"UseImage": true,
"UseVideo": false,
"UseAlpha": false,
"FallbackColor": "rgba(19,24,63,255)"
}
in Config/Ingame.json the gold graph background image is not preloaded here
This results in a weird state where the background is missing while the graph is up. video
I found the fix. Just change from this: "Background": { "UseImage": true, "UseVideo": false, "UseAlpha": false, to this: "Background": { "UseImage": false, "UseVideo": true, "UseAlpha": false,
Don't forgot to save and refresh in the OBS. Just let me know, if it works. :)