mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 05:56:39 +00:00 
			
		
		
		
	Merge branch 'consistent_debug_varying' into 'master'
Add missing interpolation qualifer See merge request OpenMW/openmw!1104
This commit is contained in:
		
						commit
						fb6ee6a9b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
uniform mat4 projectionMatrix;
 | 
					uniform mat4 projectionMatrix;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
varying vec4 passColor;
 | 
					centroid varying vec4 passColor;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void main()
 | 
					void main()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue