fix wait bars under aspect2d
This commit is contained in:
parent
fd0672fa8e
commit
5ee35791e2
|
|
@ -178,9 +178,6 @@ update() {
|
|||
bar_frame[1] = bar_frame[0] + frac * (bar_frame[1] - bar_frame[0]);
|
||||
|
||||
_bar = _bar_style.generate_into(root, bar_frame, 1);
|
||||
|
||||
// Make sure the bar is rendered after the frame.
|
||||
_bar.set_bin("fixed", 1);
|
||||
}
|
||||
|
||||
// Indicate that the bar is current for this state.
|
||||
|
|
|
|||
Loading…
Reference in New Issue