Migrate to latest J3ML and ReWindow
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m36s

This commit is contained in:
2024-08-05 18:31:13 -04:00
parent 2a1085df2d
commit 166db43f2e
6 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
#include <glad/glad.h>
#include <Color3.hpp>
#include <jlog/jlog.hpp>
#include "J3ML/Algorithm/Bezier.h"
#include <J3ML/Algorithm/Bezier.hpp>
GLfloat oldColor[4] = {0, 0, 0, 1};
GLfloat baseColor[4] = {1, 1, 1, 1};