mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix some minor code issues all over the place
This commit is contained in:
@@ -633,7 +633,7 @@ static bool parseNamedColorString(const std::string &value, video::SColor &color
|
||||
color_name = value;
|
||||
}
|
||||
|
||||
color_name = lowercase(value);
|
||||
color_name = lowercase(color_name);
|
||||
|
||||
std::map<const std::string, unsigned>::const_iterator it;
|
||||
it = named_colors.colors.find(color_name);
|
||||
|
Reference in New Issue
Block a user