mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 06:57:03 +00:00
Make it compile on Linux with gcc/clang
This commit is contained in:
parent
4fa7da8d9e
commit
d16317f55e
@ -2240,7 +2240,7 @@ EX void edit_levellines(char c) {
|
||||
});
|
||||
}
|
||||
|
||||
EX geom3::eSpatialEmbedding shown_spatial_embedding() {
|
||||
geom3::eSpatialEmbedding shown_spatial_embedding() {
|
||||
if(GDIM == 2) return geom3::seNone;
|
||||
return geom3::spatial_embedding;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user