1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

Make it compile on Linux with gcc/clang

This commit is contained in:
Locria Cyber 2023-02-01 12:28:49 +00:00
parent 4fa7da8d9e
commit d16317f55e
No known key found for this signature in database
GPG Key ID: ED0D424AE4406330

View File

@ -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;
}