mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 18:00:06 +00:00 
			
		
		
		
	Refactor GeoLine to GeoLines, in order to support multiple segments per draw item
This commit is contained in:
		
							parent
							
								
									b8398b4ad0
								
							
						
					
					
						commit
						9499323133
					
				
					 3 changed files with 27 additions and 27 deletions
				
			
		|  | @ -61,7 +61,7 @@ set(SRC_GL source/scwx/qt/gl/gl_context.cpp | |||
|            source/scwx/qt/gl/shader_program.cpp) | ||||
| set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp | ||||
|                 source/scwx/qt/gl/draw/geo_icons.hpp | ||||
|                 source/scwx/qt/gl/draw/geo_line.hpp | ||||
|                 source/scwx/qt/gl/draw/geo_lines.hpp | ||||
|                 source/scwx/qt/gl/draw/icons.hpp | ||||
|                 source/scwx/qt/gl/draw/placefile_icons.hpp | ||||
|                 source/scwx/qt/gl/draw/placefile_images.hpp | ||||
|  | @ -72,7 +72,7 @@ set(HDR_GL_DRAW source/scwx/qt/gl/draw/draw_item.hpp | |||
|                 source/scwx/qt/gl/draw/rectangle.hpp) | ||||
| set(SRC_GL_DRAW source/scwx/qt/gl/draw/draw_item.cpp | ||||
|                 source/scwx/qt/gl/draw/geo_icons.cpp | ||||
|                 source/scwx/qt/gl/draw/geo_line.cpp | ||||
|                 source/scwx/qt/gl/draw/geo_lines.cpp | ||||
|                 source/scwx/qt/gl/draw/icons.cpp | ||||
|                 source/scwx/qt/gl/draw/placefile_icons.cpp | ||||
|                 source/scwx/qt/gl/draw/placefile_images.cpp | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat