See if rendering roof/floor tilemaps to a single sprite is faster than drawing each tile each frame
darkf opened this issue · 0 comments
darkf commented
It should be quite a bit faster, especially if we only render subrectangles of the full bitmap. From the profiler, quite a lot of time overall is spent rendering the floors in unlit mode.