a lot of rename

This commit is contained in:
2020-10-21 12:09:15 +08:00
parent 6dae81ac93
commit a20afeba9e
70 changed files with 249 additions and 249 deletions

View File

@@ -7,7 +7,7 @@ namespace hgl
{
namespace graph
{
TileData::TileData(Device *dev,Texture2D *tt,const uint tw,const uint th)
TileData::TileData(RenderDevice *dev,Texture2D *tt,const uint tw,const uint th)
{
device=dev;