Minor documentation additions.
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m19s

This commit is contained in:
2024-07-18 14:51:19 -04:00
parent 613a13618c
commit 4be97f52d9
4 changed files with 19 additions and 4 deletions

View File

@@ -401,7 +401,7 @@ namespace JGL {
wasTexture2DEnabled = false,
glEnable(GL_TEXTURE_2D);
//TODO We won't always want this but for now we do.
// TODO: implement bool drawBackface as DrawString parameter.
wasCullFaceEnabled = false;
if (glIsEnabled(GL_CULL_FACE))
wasCullFaceEnabled = true,