Removed DUSK_ prefix

This commit is contained in:
2025-08-23 10:13:49 -05:00
parent 1bf6fe6eaf
commit 1dfde00317
28 changed files with 148 additions and 101 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void meshDraw(
"Vertex offset + count must not exceed vertex count"
);
#if DUSK_DISPLAY_SDL2
#if DISPLAY_SDL2
// PSP style pointer legacy OpenGL
const GLsizei stride = sizeof(meshvertex_t);