mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Merge 'master' branch
This commit is contained in:
commit
b4588d34f4
@ -23,6 +23,7 @@ template<typename ImageTraits>
|
||||
bool is_same_pixel(color_t pixel1, color_t pixel2)
|
||||
{
|
||||
static_assert(false && sizeof(ImageTraits), "No is_same_pixel impl");
|
||||
return false;
|
||||
}
|
||||
|
||||
template<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user