veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.2k stars 218 forks source link

readme: add missing LockOSThread() to example #381

Closed gonutz closed 5 years ago

veeableful commented 5 years ago

Hi @gonutz, there is LockOSThread() under the sdl package's init function. I believe it has the same effect, if I understood the docs correctly.

gonutz commented 5 years ago

Oh yes you are right, I am closing this now. I added this to my DLL port as well.