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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user