light
This commit is contained in:
@@ -53,7 +53,7 @@ void Rubiks::onLoad() {
|
||||
|
||||
ImGui::SetCurrentContext(im->aquireContext());
|
||||
|
||||
window->getRenderer()->clearColor = { 0.2, 0.2, 0.4, 0.7 };
|
||||
window->getRenderer()->clearColor = { 0, 0, 0, 1.0f };
|
||||
|
||||
|
||||
cubeShader = Archimedes::Shader(cubeVS, cubeFS, Archimedes::Shader::LoadType::FromSource);
|
||||
|
||||
Reference in New Issue
Block a user