mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-09 23:50:08 +00:00
racing:: progress bar live in 3D
This commit is contained in:
parent
6084172b5e
commit
008cfc220d
@ -1253,8 +1253,8 @@ void draw_ghost_state(ghost& ghost) {
|
|||||||
void drawStats() {
|
void drawStats() {
|
||||||
|
|
||||||
if(!racing::on) return;
|
if(!racing::on) return;
|
||||||
if(GDIM == 3) return;
|
|
||||||
|
|
||||||
|
dynamicval<eModel> pm(pmodel, DIM == 3 ? mdFlatten : mdDisk);
|
||||||
initquickqueue();
|
initquickqueue();
|
||||||
|
|
||||||
int bsize = vid.fsize * 2;
|
int bsize = vid.fsize * 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user