fix wait bars under aspect2d

This commit is contained in:
David Rose 2005-10-13 21:11:15 +00:00
parent fd0672fa8e
commit 5ee35791e2
1 changed files with 0 additions and 3 deletions

View File

@ -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.