white debug

This commit is contained in:
Niellune
2026-03-28 02:30:18 +02:00
parent 1ad2e7310b
commit 2b0e37066e
+1 -1
View File
@@ -112,7 +112,7 @@ void Interface::drawDebug()
constexpr int padding = 8;
constexpr int lineSpacing = 2;
const SDL_Color debugColor = {0, 255, 255, 255};
const SDL_Color debugColor = {255, 255, 255, 255};
SDL_BlendMode previousBlendMode;
Uint8 previousR, previousG, previousB, previousA;
SDL_GetRenderDrawBlendMode(_renderer, &previousBlendMode);