1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 10:27:45 +00:00

refactored flat_model_enabler

This commit is contained in:
Zeno Rogue
2020-04-17 15:54:48 +02:00
parent 9c61da86f3
commit 0a6c80e909
5 changed files with 25 additions and 24 deletions

View File

@@ -1381,8 +1381,7 @@ EX void drawStats() {
if(!racing::on) return;
dynamicval<eModel> pm(pmodel, flat_model());
glClear(GL_DEPTH_BUFFER_BIT);
flat_model_enabler fme;
initquickqueue();
int bsize = vid.fsize * 2;