disable texture info debug
This commit is contained in:
parent
957e367c89
commit
1a0c22ae09
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,7 @@ void do_networking(ControllerContext &ctx)
|
||||||
if (!ds.texture)
|
if (!ds.texture)
|
||||||
dp_sdl_fatal("SDL_CreateTexture");
|
dp_sdl_fatal("SDL_CreateTexture");
|
||||||
|
|
||||||
|
#if 0
|
||||||
{
|
{
|
||||||
u32 format = 0;
|
u32 format = 0;
|
||||||
int access = 0;
|
int access = 0;
|
||||||
|
@ -280,6 +281,7 @@ void do_networking(ControllerContext &ctx)
|
||||||
assert(h == DoomScreenHeight);
|
assert(h == DoomScreenHeight);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
log_info("Registered new doom (pid=%d)", ds.id);
|
log_info("Registered new doom (pid=%d)", ds.id);
|
||||||
ctx.dooms.emplace_back(std::move(ds));
|
ctx.dooms.emplace_back(std::move(ds));
|
||||||
|
|
Loading…
Reference in a new issue