mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-19 04:18:06 +00:00
new system for debug logs
This commit is contained in:
@@ -137,7 +137,7 @@ renderbuffer::renderbuffer(int x, int y, bool gl) : x(x), y(y) {
|
||||
else
|
||||
valid = true;
|
||||
|
||||
DEBB(DF_GRAPH, ("Framebuffer remains = ", int(FramebufferName), " (", int(valid), ")"));
|
||||
DEBB(debug_graph, ("Framebuffer remains = ", int(FramebufferName), " (", int(valid), ")"));
|
||||
GLERR("initialization");
|
||||
|
||||
rb.reset();
|
||||
|
||||
Reference in New Issue
Block a user