[nostalgia/core/opengl] Remove debug line

This commit is contained in:
Gary Talent 2023-12-09 23:23:39 -06:00
parent 6bcf29b8f2
commit e906237d76

View File

@ -232,7 +232,6 @@ static glutils::GLTexture createTexture(
GLsizei w,
GLsizei h,
const void *pixels) noexcept {
oxDebugf("createTexture(w: {}, h: {}, pixels: ...)", w, h);
GLuint texId = 0;
glGenTextures(1, &texId);
glutils::GLTexture tex(texId);