updated submodules

This commit is contained in:
2022-02-15 15:02:53 +08:00
parent 37ffb5dc8c
commit 0b4969224b
8 changed files with 10 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ namespace hgl
namespace graph
{
using TileUVPixel=RectScope2i;
using TileUVFloat=RectScope2d;
using TileUVFloat=RectScope2f;
using TileUVFloatList=List<TileUVFloat>;
using TileUVFloatMap=Map<u32char,TileUVFloat>;