1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

3d:: floor textures are no longer sometimes generated darkened

This commit is contained in:
Zeno Rogue 2019-05-04 20:22:41 +02:00
parent b10b6386f3
commit bd39bf970b

View File

@ -801,6 +801,7 @@ void make_floor_textures() {
dynamicval<eModel> gm(pmodel, mdDisk);
dynamicval<eVariation> va(variation, eVariation::pure);
dynamicval<bool> hq(inHighQual, true);
dynamicval<int> hd(darken, 0);
resetGeometry();
dynamicval<videopar> vi(vid, vid);