diff --git a/egami/Image.hpp b/egami/Image.hpp index e963d97..bd95694 100644 --- a/egami/Image.hpp +++ b/egami/Image.hpp @@ -140,7 +140,6 @@ namespace egami { void set(const std::vector>& _data, const ivec2& _size); void set(const std::vector>& _data, const ivec2& _size); - void swap(egami::Image& _image); }; } diff --git a/egami/ImagePrivate.hpp b/egami/ImagePrivate.hpp index f8ebcc6..e5ef2cd 100644 --- a/egami/ImagePrivate.hpp +++ b/egami/ImagePrivate.hpp @@ -171,8 +171,8 @@ namespace egami { const T& get__(const ivec2& _pos) const { static const T errorColor(0x00000000); - if( _pos.x()>0 && _pos.x()0 && _pos.y()=0 && _pos.x()=0 && _pos.y()