LeagueBroadcast icon indicating copy to clipboard operation
LeagueBroadcast copied to clipboard

Background image preload missing for gold graph

Open figyl opened this issue 2 years ago • 1 comments

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

figyl avatar Mar 08 '22 20:03 figyl

This results in a weird state where the background is missing while the graph is up. video

figyl avatar Mar 08 '22 20:03 figyl

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. :)

MDvorky avatar Sep 26 '22 23:09 MDvorky