Sfoglia il codice sorgente
			 
			
			Fixed typo in a comment (#3816 ) (#3817 )  
 
			
				Fixed a grammatical error by removing "are" to change `... but some are have multiple purposes ...` to `... but some have multiple purposes ...` in `textures/textures_image_generation` 
			
			
				 pull/3823/head 
			
			
		 
		
			
				
					
						 
						Abhishek Rathore 
					
					1 anno fa  
					
						
							 committed by 
							
								 
								GitHub 
							
						 
					
				 
				
			 
		 
		
			
				
				   
				  Non sono state trovate chiavi note per questa firma nel database
				  
				  	
						ID Chiave GPG:   B5690EEEBB952194 
				  	
				  
				
			
		
		
		
	
		
			  1 ha cambiato i file  con 
1 aggiunte  e 
1 eliminazioni 
			
		 
		
			
				
					
					
					  
					examples/textures/textures_image_generation.c 
				 
			
		 
		
			
				
					
					
						
							
								
									
										
											
												
	
		
			
				
				
				
					
						 
					 
				
				
				 
			
			 
			
			@ -13,7 +13,7 @@  
			
		 
		
	
		
			
			 
			 
			
			 
			
			
  
			
		 
		
	
		
			
			 
			 
			
			 
			
			# include  "raylib.h"  
			
		 
		
	
		
			
			 
			 
			
			 
			
			
  
			
		 
		
	
		
			
			 
			 
			
			 
			
			# define NUM_TEXTURES  9       / /  Currently we have 8 generation algorithms but some are  have multiple purposes (Linear and Square Gradients)  
			
		 
		
	
		
			
			 
			 
			
			 
			
			# define NUM_TEXTURES  9       / /  Currently we have 8 generation algorithms but some have multiple purposes (Linear and Square Gradients)  
			
		 
		
	
		
			
			 
			 
			
			 
			
			
  
			
		 
		
	
		
			
			 
			 
			
			 
			
			/ / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
			
		 
		
	
		
			
			 
			 
			
			 
			
			/ /  Program  main  entry  point