[nostalgia/core/opengl] Remove debug line
This commit is contained in:
parent
6bcf29b8f2
commit
e906237d76
@ -232,7 +232,6 @@ static glutils::GLTexture createTexture(
|
|||||||
GLsizei w,
|
GLsizei w,
|
||||||
GLsizei h,
|
GLsizei h,
|
||||||
const void *pixels) noexcept {
|
const void *pixels) noexcept {
|
||||||
oxDebugf("createTexture(w: {}, h: {}, pixels: ...)", w, h);
|
|
||||||
GLuint texId = 0;
|
GLuint texId = 0;
|
||||||
glGenTextures(1, &texId);
|
glGenTextures(1, &texId);
|
||||||
glutils::GLTexture tex(texId);
|
glutils::GLTexture tex(texId);
|
||||||
|
Loading…
Reference in New Issue
Block a user