From 6f5fd331d8f2fde812be16790e1aa6af782121e7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:52 -0500 Subject: [PATCH] spelling: particular Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/7.in_practice/3.2d_game/0.full_source/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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