End Credits: use no-blur version of box_display panel
There's *massive* performance loss with the blurred version. This is most likely due to surface blur being reevaluated every draw cycle, causing massive slowdowns.
This commit is contained in:
parent
ef31880562
commit
ae663df1f0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
border_size = 30
|
||||
|
||||
[panel]
|
||||
definition = "box_display"
|
||||
definition = "box_display_no_blur"
|
||||
|
||||
[grid]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue