Fix: Data races on cursor state in OpenGL backends
This commit is contained in:
		 Jonathan G Rennison
					Jonathan G Rennison
				
			
				
					committed by
					
						 Michael Lutz
						Michael Lutz
					
				
			
			
				
	
			
			
			 Michael Lutz
						Michael Lutz
					
				
			
						parent
						
							fbd0a2e65a
						
					
				
				
					commit
					39b7ef31f8
				
			| @@ -1454,7 +1454,7 @@ void VideoDriver_Win32OpenGL::Paint() | ||||
| 	} | ||||
|  | ||||
| 	OpenGLBackend::Get()->Paint(); | ||||
| 	if (_cursor.in_window) OpenGLBackend::Get()->DrawMouseCursor(); | ||||
| 	OpenGLBackend::Get()->DrawMouseCursor(); | ||||
|  | ||||
| 	SwapBuffers(this->dc); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user