1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-04 13:19:20 +00:00

racing:: progress bar live in 3D

This commit is contained in:
Zeno Rogue 2019-05-22 01:15:11 +02:00
parent 6084172b5e
commit 008cfc220d

View File

@ -1253,8 +1253,8 @@ void draw_ghost_state(ghost& ghost) {
void drawStats() {
if(!racing::on) return;
if(GDIM == 3) return;
dynamicval<eModel> pm(pmodel, DIM == 3 ? mdFlatten : mdDisk);
initquickqueue();
int bsize = vid.fsize * 2;