mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 12:03:22 +08:00
spelling: particular
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user