-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fuel bar seems empty if there's too much fuel capacity #10688
Comments
interesting note, that this seems to not happen if it's a whole thousands number |
(I don't know anything about C++ so I don't know why I'm here — for fun, I guess) This must be here: Line 741 in f3430b6
If it's showing * .01 of a bar for each unit, that would cause this, right? It might make more sense for this to be size related to your cap instead of per 100 units. 3300 * 0.01 is 100 units, 33 times. But |
The The |
Is there an existing issue for this?
Describe the bug
Because of lineshader's round edges, if you have high fuel capacity, the bar segments become so small that they're effectively not rendered at all.
Steps to Reproduce
"fuel capacity"
to 3300.Expected Behavior
Probably would be best to just show it as a full line, or have the rounding only on the ends and not between the segments.
Screenshots
Before the recent lineshader changes:
After (the same fuel capacity):
Link to save file
No response
Operating System
Linux
Game Source
Built from source
Game Version
f4260e9
Additional Information
No response
The text was updated successfully, but these errors were encountered: