We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ConsoleVariable::SetColor24
when we set using SetColor24 the Color24 variable is set
SetColor24
Color24
libultraship/src/config/ConsoleVariable.cpp
Lines 127 to 135 in 6671d7e
but then when we go to save the Color variable is read
Color
Lines 186 to 199 in 6671d7e
leading to {0, 0, 0} always being saved for Color24
{0, 0, 0}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
when we set using
SetColor24
theColor24
variable is setlibultraship/src/config/ConsoleVariable.cpp
Lines 127 to 135 in 6671d7e
but then when we go to save the
Color
variable is readlibultraship/src/config/ConsoleVariable.cpp
Lines 186 to 199 in 6671d7e
leading to
{0, 0, 0}
always being saved forColor24
The text was updated successfully, but these errors were encountered: