Fix Dereference
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m24s

This commit is contained in:
2024-07-17 16:11:36 -04:00
parent 289157ab8a
commit 162732e4b7
2 changed files with 9 additions and 12 deletions

View File

@@ -19,9 +19,6 @@ bool wasBlendEnabled = false;
bool wasColorArrayEnabled = false;
GLint activeTextureUnit = 0;
namespace JGL {
using namespace J3ML;
Vector2 wS;