fixed DrawTile sample.

This commit is contained in:
2021-09-27 12:04:29 +08:00
parent 4fe2a688dc
commit d4e26d13e9
3 changed files with 40 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ namespace hgl
struct Tex2DFileHeader
{
uint8 id[6]; ///<Tex2D\x1A
uint8 version; ///<必须为2
uint8 version; ///<必须为3
uint8 mipmaps;
uint32 width;
uint32 height;