mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
3d:: fixed the pmodel used for creating floor textures
This commit is contained in:
parent
5116d745c4
commit
8844bd5a02
@ -798,6 +798,7 @@ const int FLOORTEXTURESIZE = 4096;
|
||||
void make_floor_textures() {
|
||||
if(1) {
|
||||
dynamicval<eGeometry> g(geometry, gEuclidSquare);
|
||||
dynamicval<eModel> gm(pmodel, mdDisk);
|
||||
dynamicval<eVariation> va(variation, eVariation::pure);
|
||||
dynamicval<bool> hq(inHighQual, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user