diff options
author | chai <chaifix@163.com> | 2018-09-10 19:47:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-10 19:47:21 +0800 |
commit | d5cda5fddc078fa5fdb93805785fc707f050d8e7 (patch) | |
tree | 46224cbddb79959cbc26f045c757a9dde7ebb23b /src/libjin/Graphics/Bitmap.h | |
parent | 435e17c1a81fa74a45465829bd42d36e7fa24406 (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Bitmap.h')
-rw-r--r-- | src/libjin/Graphics/Bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Bitmap.h b/src/libjin/Graphics/Bitmap.h index 53b374b..ab84388 100644 --- a/src/libjin/Graphics/Bitmap.h +++ b/src/libjin/Graphics/Bitmap.h @@ -20,7 +20,7 @@ namespace graphics ~Bitmap(); /* init pixels */ - void bindPixels(Color* pixels, int w, int h); + void bind(Color* pixels, int w, int h); void resetPixels(const Color* pixels, int w, int h); void resetPixels(const Color& pixels, int w, int h); /* modify pixels */ |