Explorar el Código

Silence lws logs

Set log level to 0 for SDL to handle logging.
feature/data-structs
TheoryOfNekomata hace 2 años
padre
commit
141d3f926a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/packages/game/network/IZ_wsclient.c

+ 3
- 0
src/packages/game/network/IZ_wsclient.c Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar