mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 14:19:11 -05:00
Some games don't catch GL errors via glGetError, so there's a possibility that an error will pass through to the capture calls, causing a false failure. The most simple solution is to just clear the error flag on each capture call.