From f788a671e48ac75b73677d55422531bce367f018 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 8 Sep 2023 23:47:10 -0400 Subject: [PATCH] docs: Remove "more on this later" comment for something already covered. --- docs/README-emscripten.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-emscripten.md b/docs/README-emscripten.md index c85b4923a..54a1b8818 100644 --- a/docs/README-emscripten.md +++ b/docs/README-emscripten.md @@ -128,7 +128,7 @@ documentation than this for the finer points). Even when using threads, your main thread needs to set an Emscripten mainloop that runs quickly and returns, or things will fail to work -correctly. More on this later. +correctly. You should definitely read [Emscripten's pthreads docs](https://emscripten.org/docs/porting/pthreads.html) for all the finer points. Mostly SDL's thread API will work as expected,