1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-22 21:09:46 +00:00

camera_angle now uses matrix dialog

This commit is contained in:
Zeno Rogue
2023-08-14 18:08:28 +02:00
parent 3e1228b7c7
commit 67d38feabd
12 changed files with 56 additions and 76 deletions

View File

@@ -645,7 +645,7 @@ EX void make_air() {
pconf.alpha = 1;
pconf.scale = 1;
pconf.camera_angle = 0;
dynamicval<transmatrix> vm(pconf.cam(), Id);
pconf.stretch = 1;
pmodel = mdDisk;