1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-27 02:35:12 +00:00

removed mdText as it was equivalent to mdUnchanged

This commit is contained in:
Zeno Rogue
2019-04-29 10:52:41 +02:00
parent 85f4c57202
commit 5895540ae9
6 changed files with 8 additions and 7 deletions

View File

@@ -2715,7 +2715,7 @@ void drawaura() {
}
}
glflush();
dynamicval<eModel> p(pmodel, DIM == 2 && pmodel == mdDisk ? mdDisk : mdText);
dynamicval<eModel> p(pmodel, DIM == 2 && pmodel == mdDisk ? mdDisk : mdUnchanged);
current_display->set_all(0);
glhr::switch_mode(glhr::gmVarColored, glhr::shader_projection::standard);
glhr::id_modelview();