16 Aug
2024
16 Aug
'24
3:31 p.m.
From: Aida JonikienÄ— <aidas957(a)gmail.com> --- dlls/wined3d/wined3d_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index eff2400fd8f..9daf01cb72f 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h @@ -4662,7 +4662,7 @@ static inline void wined3d_insert_bits(uint32_t *bitstream, static inline void wined3d_from_cs(const struct wined3d_cs *cs) { - if (cs->thread) + if (0 && cs->thread) assert(cs->thread_id == GetCurrentThreadId()); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6300