Procházet zdrojové kódy

Silence lws logs

Set log level to 0 for SDL to handle logging.
feature/data-structs
TheoryOfNekomata před 2 roky
rodič
revize
141d3f926a
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      src/packages/game/network/IZ_wsclient.c

+ 3
- 0
src/packages/game/network/IZ_wsclient.c Zobrazit soubor

@@ -49,6 +49,9 @@ IZ_ProcedureResult IZ_WSClientConnect(IZ_WSClient* client, IZ_WSClientConnectPar
}

IZ_ProcedureResult IZ_WSClientInitialize(IZ_WSClient* client, void* app) {
// TODO delegate logs to SDL
lws_set_log_level(0, NULL);

static struct lws_protocols protocols[] = {
{
.name = "lws-minimal-client",


Načítá se…
Zrušit
Uložit