mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
code review
This commit is contained in:
@@ -49,11 +49,6 @@ public:
|
||||
, a(ALPHA_OPAQUE)
|
||||
{}
|
||||
|
||||
bool operator <(const ColorRGBA &val) const
|
||||
{
|
||||
return (r + g + b) < (val.r + val.g + val.b);
|
||||
}
|
||||
|
||||
template <typename Handler>
|
||||
void serialize(Handler &h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user