This commit is contained in:
2026-04-08 13:47:43 -05:00
parent 9035f6c3ae
commit f7f487bb9c
2 changed files with 77 additions and 43 deletions

View File

@@ -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);