configure_graphics: Use u8 for bg_color values
This commit is contained in:
parent
386cd45f07
commit
8284658bac
5 changed files with 20 additions and 19 deletions
|
@ -232,7 +232,7 @@ use_vsync =
|
|||
use_caches_gc =
|
||||
|
||||
# The clear color for the renderer. What shows up on the sides of the bottom screen.
|
||||
# Must be in range of 0.0-1.0. Defaults to 1.0 for all.
|
||||
# Must be in range of 0-255. Defaults to 0 for all.
|
||||
bg_red =
|
||||
bg_blue =
|
||||
bg_green =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue