use shorter name of manager/modules....

This commit is contained in:
2025-01-25 22:31:48 +08:00
parent b47b096039
commit 906aba2459
5 changed files with 24 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ namespace hgl
*/
class TileData ///Tile纹理管理
{
TextureManager *texture_manager;
TextureManager *tex_manager;
protected: