| 6 | |
| 7 | |
| 8 | ProgressBar::ProgressBar() { |
| 9 | box.size.y = BND_WIDGET_HEIGHT; |
| 10 | } |
| 11 | |
| 12 | void ProgressBar::draw(const DrawArgs& args) { |
| 13 | float progress = quantity ? quantity->getScaledValue() : 0.f; |
nothing calls this directly
no outgoing calls
no test coverage detected