spelling: particular

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:52 -05:00
parent 800ced99bf
commit 6f5fd331d8

View File

@@ -16,7 +16,7 @@
class Texture2D class Texture2D
{ {
public: 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; unsigned int ID;
// texture image dimensions // texture image dimensions
unsigned int Width, Height; // width and height of loaded image in pixels unsigned int Width, Height; // width and height of loaded image in pixels