mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-31 00:32:48 +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)
|
bool is_same_pixel(color_t pixel1, color_t pixel2)
|
||||||
{
|
{
|
||||||
static_assert(false && sizeof(ImageTraits), "No is_same_pixel impl");
|
static_assert(false && sizeof(ImageTraits), "No is_same_pixel impl");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user