mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
added some missing conformal::configure()
This commit is contained in:
3
rug.cpp
3
rug.cpp
@@ -376,6 +376,7 @@ void buildTorusRug() {
|
||||
using namespace torusconfig;
|
||||
|
||||
calcparam_rug();
|
||||
conformal::configure();
|
||||
|
||||
struct toruspoint {
|
||||
int x,y;
|
||||
@@ -1280,6 +1281,7 @@ void prepareTexture() {
|
||||
|
||||
dynamicval<eStereo> d(vid.stereo_mode, sOFF);
|
||||
calcparam_rug();
|
||||
conformal::configure();
|
||||
|
||||
glbuf->enable();
|
||||
current_display->set_viewport(0);
|
||||
@@ -1785,6 +1787,7 @@ hyperpoint gethyper(ld x, ld y) {
|
||||
double px = rx1 * TEXTURESIZE, py = (1-ry1) * TEXTURESIZE;
|
||||
|
||||
calcparam_rug();
|
||||
conformal::configure();
|
||||
hyperpoint h = hr::gethyper(px, py);
|
||||
calcparam();
|
||||
|
||||
|
Reference in New Issue
Block a user