Fixed misspelled variable

This commit is contained in:
2019-12-19 17:32:07 +01:00
parent a2f2e38a06
commit dcd26f76ef
5 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
struct LayerObject{
IntelliImage* image;
int width;
int hight;
int height;
int widthOffset;
int hightOffset;
int alpha=255;