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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user