mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-01 06:01:14 +00:00 
			
		
		
		
	Improve slang, especially in user-visible parts
This commit is contained in:
		
							parent
							
								
									03c1b6be23
								
							
						
					
					
						commit
						fd1b94e307
					
				
					 17 changed files with 22 additions and 35 deletions
				
			
		|  | @ -64,7 +64,7 @@ void image_decompress_squish(Image *p_image) { | |||
| 	} else if (p_image->get_format() == Image::FORMAT_RGTC_RG) { | ||||
| 		squish_flags = squish::kBc5; | ||||
| 	} else { | ||||
| 		print_line("wtf askd to decompress.. " + itos(p_image->get_format())); | ||||
| 		print_line("Can't decompress unknown format: " + itos(p_image->get_format())); | ||||
| 		ERR_FAIL_COND(true); | ||||
| 		return; | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Unknown
						Unknown