Hi,
for some reason unknown to me, ComboGraph and GraphView are not showing on the evaluation screen. They do show in StepMania 5 beta 3, but as far as I can tell, nothing related in the theme itself had been changed. The ultralight theme + SM5b4a shows the graphs.
I can also get the graphs to show if I comment out
But that doesn't really seem like the right approach. Any ideas what's going on?
for some reason unknown to me, ComboGraph and GraphView are not showing on the evaluation screen. They do show in StepMania 5 beta 3, but as far as I can tell, nothing related in the theme itself had been changed. The ultralight theme + SM5b4a shows the graphs.
I can also get the graphs to show if I comment out
if ShowStandardDecoration("GraphDisplay") and not GAMESTATE:GetPlayMode() == "PlayMode_Rave" thenand the matching
endin
Themes/default/BGAnimations/ScreenEvaluation decorations/default.luaand the same stuff in the next block.
But that doesn't really seem like the right approach. Any ideas what's going on?