mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:50:05 +00:00 
			
		
		
		
	Fix GLEW clang-tidy issues
This commit is contained in:
		
							parent
							
								
									331b2d855f
								
							
						
					
					
						commit
						a6f8547455
					
				
					 15 changed files with 176 additions and 95 deletions
				
			
		|  | @ -34,8 +34,7 @@ public: | |||
|           std::make_shared<gl::draw::PlacefilePolygons>(glContext)}, | ||||
|        placefileTriangles_ { | ||||
|           std::make_shared<gl::draw::PlacefileTriangles>(glContext)}, | ||||
|        placefileText_ { | ||||
|           std::make_shared<gl::draw::PlacefileText>(glContext, placefileName)} | ||||
|        placefileText_ {std::make_shared<gl::draw::PlacefileText>(placefileName)} | ||||
|    { | ||||
|       ConnectSignals(); | ||||
|    } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat