diff options
author | chai <chaifix@163.com> | 2018-11-15 19:29:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-15 19:29:27 +0800 |
commit | 7e51ff3bfae0becc260452a427a1fc1232a4b348 (patch) | |
tree | e2c4cddcd5ed719a611be4c92edf1991a63203c5 /src/libjin/Graphics/je_bitmap.h | |
parent | a6f2d5fff89b7322009c46a9272668ca4c32ce64 (diff) |
*修改代码结构
Diffstat (limited to 'src/libjin/Graphics/je_bitmap.h')
-rw-r--r-- | src/libjin/Graphics/je_bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/je_bitmap.h b/src/libjin/Graphics/je_bitmap.h index c3041f8..5ab11ca 100644 --- a/src/libjin/Graphics/je_bitmap.h +++ b/src/libjin/Graphics/je_bitmap.h @@ -67,7 +67,7 @@ namespace JinEngine /// /// Create bitmap and set bitmap pixels with given drawer. /// - static Bitmap* createBitmap(int width, int height, std::function<Color(int, int)> drawer); + static Bitmap* createBitmap(int width, int height, std::function<Color(int, int, int, int)> drawer); /// /// Create bitmap with another one. |