disable texture info debug

This commit is contained in:
oxmox 2023-02-20 00:01:29 +01:00
parent 957e367c89
commit 1a0c22ae09

View file

@ -259,6 +259,7 @@ void do_networking(ControllerContext &ctx)
if (!ds.texture)
dp_sdl_fatal("SDL_CreateTexture");
#if 0
{
u32 format = 0;
int access = 0;
@ -280,6 +281,7 @@ void do_networking(ControllerContext &ctx)
assert(h == DoomScreenHeight);
}
#endif
log_info("Registered new doom (pid=%d)", ds.id);
ctx.dooms.emplace_back(std::move(ds));