mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Add '-alpha' suffix to data directory for now
This commit is contained in:
		
							parent
							
								
									b8a06d728a
								
							
						
					
					
						commit
						26511deec0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -119,7 +119,7 @@ static std::string g_data_dir; | |||
| 
 | ||||
| void set_data_dir(const std::string &dir) | ||||
| { | ||||
|     g_data_dir = dir; | ||||
|     g_data_dir = dir + "-alpha";    // FIXME: Resolve backcompat problems
 | ||||
| } | ||||
| 
 | ||||
| const std::string& data_dir() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral