diff --git a/examples/debug/main.cpp b/examples/debug/main.cpp index 90efdc0..341be0a 100644 --- a/examples/debug/main.cpp +++ b/examples/debug/main.cpp @@ -74,7 +74,7 @@ int main(int argc, char** argv) oglu::ClearScreen(GL_COLOR_BUFFER_BIT, oglu::Color(0.29f, 0.13f, 0.23f)); - shader->SetUniform("ourColor", &oglu::Color::Blue); + shader->SetUniform("ourColor", &oglu::Color::Transparent); shader->Use(); square.BindAndDraw();