mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 22:28:34 -05:00
Inc8d95005c1, it was incorrect assumed that just because the fix worked on OpenGL, that the fix would also work on D3D11. Automated tests would be ideal here, although if there were automated tests, ironically, it wouldn't have picked this up, because we (read: I) made D3D11 fall back to OpenGL of D3D11 failed. Basically there is no one to blame but myself again. This time, we've removed the OpenGL fallback ina06d6893b9(thank you Rodney), and additionally I properly tested on both rendering backends. (Lain note: I'm just going to go sit in the corner for a bit and ruminate after this)