diff --git a/SakuraCore/src/Application.cpp b/SakuraCore/src/Application.cpp index ececc54..90500b5 100644 --- a/SakuraCore/src/Application.cpp +++ b/SakuraCore/src/Application.cpp @@ -147,7 +147,7 @@ void Application::Run() { m_ImGui->Begin(); SDL_SetRenderScale(m_Renderer, io.DisplayFramebufferScale.x, io.DisplayFramebufferScale.y); - SDL_SetRenderDrawColor(m_Renderer, (Uint8)111, (Uint8)232, (Uint8)168, (Uint8)0); + SDL_SetRenderDrawColor(m_Renderer, (Uint8)111, (Uint8)232, (Uint8)168, (Uint8)255); SDL_RenderClear(m_Renderer); for (auto &layer : m_LayerStack) {