mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-28 13:43:20 +00:00
EX default_model()
This commit is contained in:
parent
72b3f78185
commit
7e416eaef2
@ -1244,7 +1244,7 @@ EX void stop_game() {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
eModel default_model() {
|
EX eModel default_model() {
|
||||||
if(nonisotropic) return mdGeodesic;
|
if(nonisotropic) return mdGeodesic;
|
||||||
if(GDIM == 3) return mdPerspective;
|
if(GDIM == 3) return mdPerspective;
|
||||||
return mdDisk;
|
return mdDisk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user