1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

levellines: do not use levellines for the underlying map in Rug

This commit is contained in:
Zeno Rogue 2019-11-08 14:57:22 +01:00
parent 04746c9248
commit afe031aa24

View File

@ -1292,6 +1292,7 @@ EX void prepareTexture() {
resetbuffer rb;
dynamicval<eStereo> d(vid.stereo_mode, sOFF);
dynamicval<ld> dl(levellines, 0);
calcparam_rug();
models::configure();