mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
debug cleanup
This commit is contained in:
@@ -94,7 +94,7 @@ renderbuffer::renderbuffer(int x, int y, bool gl) : x(x), y(y) {
|
||||
else
|
||||
valid = true;
|
||||
|
||||
printf("Framebuffer remains = %d (%d)\n", FramebufferName, valid);
|
||||
DEBB(DF_GRAPH, ("Framebuffer remains = ", int(FramebufferName), " (", int(valid), ")"));
|
||||
GLERR("initialization");
|
||||
|
||||
rb.reset();
|
||||
|
||||
Reference in New Issue
Block a user