mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Some tweaks
This commit is contained in:
		@@ -1158,6 +1158,7 @@ RLAPI float GetGesturePinchAngle(void);                 // Get gesture pinch ang
 | 
			
		||||
// Camera System Functions (Module: rcamera)
 | 
			
		||||
//------------------------------------------------------------------------------------
 | 
			
		||||
RLAPI void UpdateCamera(Camera *camera, int mode);      // Update camera position for selected mode
 | 
			
		||||
RLAPI void UpdateCameraPro(Camera *camera, Vector3 movement, Vector3 rotation, float zoom); // Update camera movement/rotation
 | 
			
		||||
 | 
			
		||||
//------------------------------------------------------------------------------------
 | 
			
		||||
// Basic Shapes Drawing Functions (Module: shapes)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user