mirror of
				https://github.com/Ryujinx/Opentk.git
				synced 2025-11-04 15:05:07 +00:00 
			
		
		
		
	Remove redundant SwapBuffers call, the base OnDrawn already does this.
This commit is contained in:
		
							parent
							
								
									6d4bb30596
								
							
						
					
					
						commit
						9dd03dd769
					
				| 
						 | 
				
			
			@ -237,9 +237,6 @@ namespace OpenTK
 | 
			
		|||
#if !GTK3
 | 
			
		||||
            evnt.Window.Display.Sync(); // Add Sync call to fix resize rendering problem (Jay L. T. Cornwall) - How does this affect VSync?
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
            _GraphicsContext.SwapBuffers();
 | 
			
		||||
 | 
			
		||||
            return result;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue