game(client): fix atlas generation for touch

This commit is contained in:
nillerusr
2022-09-17 21:00:50 +03:00
parent d2f789853d
commit a7611c481e
3 changed files with 18 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ struct CTouchTexture
float X0, Y0, X1, Y1; // position in atlas texture
int height, width;
bool isInAtlas;
char szName[1024];
};