1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 19:47:54 +00:00

rogueviz:: adjusted to pconf

This commit is contained in:
Zeno Rogue
2020-04-17 20:45:00 +02:00
parent c24658bf38
commit 894abf218f
4 changed files with 12 additions and 12 deletions

View File

@@ -120,7 +120,7 @@ void make_staircase() {
println(hlog, "scurvature = ", scurvature, " progress = ", progress, " strafe=", strafex, ",", strafey);
rug::renderonce = true;
rug::rug_projection = mdPerspective;
vid.rug_config.model = mdPerspective;
if(scurvature > -1e-6 && scurvature < 1e-6) {
rug::gwhere = rug::rgEuclid;
acurvature = 1;