1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

simplified the drawing algo for product

This commit is contained in:
Zeno Rogue
2019-12-06 11:47:26 +01:00
parent 99ab57086b
commit ac9d18adfb
4 changed files with 35 additions and 89 deletions

View File

@@ -2351,8 +2351,6 @@ void celldrawer::draw_gravity_particles() {
void celldrawer::draw() {
if(hybrid::pmap) { product::drawcell_stack(c, V); return; }
cells_drawn++;
#if CAP_TEXTURE