mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-03 17:24:25 +00:00 
			
		
		
		
	Remove trail spaces
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
			
		||||
*
 | 
			
		||||
********************************************************************************************
 | 
			
		||||
*
 | 
			
		||||
* To export a model from blender, make sure it is not posed, the vertices need to be in the 
 | 
			
		||||
* To export a model from blender, make sure it is not posed, the vertices need to be in the
 | 
			
		||||
* same position as they would be in edit mode.
 | 
			
		||||
* and that the scale of your models is set to 0. Scaling can be done from the export menu.
 | 
			
		||||
*
 | 
			
		||||
@@ -100,7 +100,7 @@ int main(void)
 | 
			
		||||
    // De-Initialization
 | 
			
		||||
    //--------------------------------------------------------------------------------------
 | 
			
		||||
    UnloadTexture(texture);     // Unload texture
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    // Unload model animations data
 | 
			
		||||
    for (int i = 0; i < animsCount; i++) UnloadModelAnimation(anims[i]);
 | 
			
		||||
    RL_FREE(anims);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user