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
1 changed files with 1 additions and 1 deletions

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;