EX default_model()

This commit is contained in:
Zeno Rogue 2020-05-25 02:32:29 +02:00
parent 72b3f78185
commit 7e416eaef2
1 changed files with 1 additions and 1 deletions

View File

@ -1244,7 +1244,7 @@ EX void stop_game() {
#endif
}
eModel default_model() {
EX eModel default_model() {
if(nonisotropic) return mdGeodesic;
if(GDIM == 3) return mdPerspective;
return mdDisk;