mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-21 04:19:43 +00:00
simplified the drawing algo for product
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user