Bug: Windows OpenGL ignores useMultisampling flag

useMultisampling is commented out in the win32 wrapper code for some reason.

This makes it inconsistent in behaviour with other platforms… It also makes it jarring to test with and without multisampling; I expected to control the bool, not the level of MS.

1 Like