renamed to Image2DRegion from ImageRegion

This commit is contained in:
2021-12-15 17:35:23 +08:00
parent 156f6e98a8
commit 75e25d16c7
5 changed files with 9 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ namespace hgl
memcpy(commit_ptr,data,bytes);
commit_ptr+=bytes;
ImageRegion ir;
Image2DRegion ir;
ir.left =obj->uv_pixel.GetLeft();
ir.top =obj->uv_pixel.GetTop();