[EDIT] small fix

This commit is contained in:
Sem van der Hoeven
2021-06-02 10:51:59 +02:00
parent ad35e14bfc
commit e166c1f988

View File

@@ -120,7 +120,7 @@ namespace scene
shader->Start();
shader->LoadSkyColor(render_engine::renderer::SKY_COLOR);
shader->LoadLights(lights);
shader->LoadLightsDeque(lights);
shader->LoadViewMatrix(camera);
for (entities::Entity& model_entity : house_models)