diff --git a/src/7.in_practice/3.2d_game/0.full_source/texture.h b/src/7.in_practice/3.2d_game/0.full_source/texture.h index 432b93f..27159cd 100644 --- a/src/7.in_practice/3.2d_game/0.full_source/texture.h +++ b/src/7.in_practice/3.2d_game/0.full_source/texture.h @@ -16,7 +16,7 @@ class Texture2D { public: - // holds the ID of the texture object, used for all texture operations to reference to this particlar texture + // holds the ID of the texture object, used for all texture operations to reference to this particular texture unsigned int ID; // texture image dimensions unsigned int Width, Height; // width and height of loaded image in pixels