From e17ce0fd7d0d36389ffdb16ef4f7018cdef2057c Mon Sep 17 00:00:00 2001 From: Robert Takacs Date: Thu, 1 Dec 2022 22:25:41 +0200 Subject: [PATCH] Update olcPGEX_Graphics3D.h Modified comment to mention "Advanced 3D" instead of "Advanced 2D" --- extensions/olcPGEX_Graphics3D.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/olcPGEX_Graphics3D.h b/extensions/olcPGEX_Graphics3D.h index f3f6b979..8f592d3e 100644 --- a/extensions/olcPGEX_Graphics3D.h +++ b/extensions/olcPGEX_Graphics3D.h @@ -61,7 +61,7 @@ Author ~~~~~~ - David Barr, aka javidx9, ©OneLoneCoder 2018 + David Barr, aka javidx9, ©OneLoneCoder 2018 */ @@ -81,7 +81,7 @@ namespace olc { - // Container class for Advanced 2D Drawing functions + // Container class for Advanced 3D Drawing functions class GFX3D : public olc::PGEX { @@ -1722,4 +1722,4 @@ namespace olc } -#endif \ No newline at end of file +#endif