Fix build on macOS.
This commit is contained in:
		
							parent
							
								
									52d5934dff
								
							
						
					
					
						commit
						8fbeb7f503
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -34,7 +34,7 @@ public: | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	[[nodiscard]] void bind(QOpenGLFunctions &f, int index) const { | 	void bind(QOpenGLFunctions &f, int index) const { | ||||||
| 		Expects(index >= 0 && index < Count); | 		Expects(index >= 0 && index < Count); | ||||||
| 
 | 
 | ||||||
| 		f.glBindTexture(GL_TEXTURE_2D, _values[index]); | 		f.glBindTexture(GL_TEXTURE_2D, _values[index]); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 John Preston
						John Preston