CAM: apply precommit

This commit is contained in:
Adrian Insaurralde Avalos
2024-09-03 14:54:36 -04:00
parent 261ef09348
commit a17a3cf6d7
337 changed files with 26842 additions and 25585 deletions

View File

@@ -31,8 +31,8 @@ namespace MillSim
struct TextureItem
{
int tx{}, ty{}; // texture location
int w{}, h{}; // item size
int tx {}, ty {}; // texture location
int w {}, h {}; // item size
};
class TextureLoader