Refraktored another misspelled variable

- hightOffset --> heightOffset
This commit is contained in:
2019-12-19 17:39:24 +01:00
parent dcd26f76ef
commit 91fc9a4308
2 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ struct LayerObject{
int width;
int height;
int widthOffset;
int hightOffset;
int heightOffset;
int alpha=255;
};