1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

added comments for sl:: parameters, set them as param_, renamed steps to shader_iterations

This commit is contained in:
Zeno Rogue
2022-05-28 18:43:43 +02:00
parent 9c1dd1088b
commit 4892541287
3 changed files with 8 additions and 6 deletions

View File

@@ -570,7 +570,7 @@ void display_data::set_projection(int ed, ld shift) {
if(selected->uIterations != -1) {
glhr::set_index_sl(0);
glhr::set_sv(stretch::not_squared());
glhr::set_sl_iterations(slr::steps);
glhr::set_sl_iterations(slr::shader_iterations);
}
glhr::new_projection();