mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Remove printf
This commit is contained in:
parent
8e90b8a103
commit
8284c3cda4
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ OpenGL::Framebuffer Renderer::getColourFBO() {
|
|||
if (buffer.has_value()) {
|
||||
return buffer.value().get().fbo;
|
||||
} else {
|
||||
printf("New colour buffer: %08X\n", colourBufferLoc);
|
||||
return colourBufferCache.add(sampleBuffer).fbo;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue