ソースを参照

Silence lws logs

Set log level to 0 for SDL to handle logging.
feature/data-structs
コミット
141d3f926a
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/packages/game/network/IZ_wsclient.c

+ 3
- 0
src/packages/game/network/IZ_wsclient.c ファイルの表示

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


読み込み中…
キャンセル
保存