mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed for older compilers
This commit is contained in:
parent
53687108f6
commit
66e3908f8a
@ -1383,7 +1383,7 @@ void drawqueue() {
|
||||
if(two_sided_model()) {
|
||||
|
||||
if(pmodel == mdHyperboloid && hyperbolic) {
|
||||
dynamicval dv(pmodel, mdHyperboloidFlat);
|
||||
dynamicval<eModel> dv (pmodel, mdHyperboloidFlat);
|
||||
for(auto& ptd: ptds)
|
||||
if(!among(ptd->prio, PPR::MOBILE_ARROW, PPR::OUTCIRCLE, PPR::CIRCLE))
|
||||
ptd->draw();
|
||||
|
Loading…
Reference in New Issue
Block a user