From 027b973d7550ac2e72e5de1e2155e26b35f16353 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 12 Sep 2021 00:17:24 -0400 Subject: More efficient surface rendering! Now, outside of sprites, every pixel on the screen is draw at most once. Hoorah. Unfortunately things still seem to be a little slow, perhaps its the z_buffer access or the fact that vertical floor slice drawing is bad? --- floors.png | Bin 399 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 floors.png (limited to 'floors.png') diff --git a/floors.png b/floors.png deleted file mode 100644 index 19254e7..0000000 Binary files a/floors.png and /dev/null differ -- cgit v1.3.1