Fixed misaligned bracket
This commit is contained in:
		
							
								
								
									
										2
									
								
								ball.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ball.cpp
									
									
									
									
									
								
							@@ -30,5 +30,5 @@ void Ball::updatePosition() {
 | 
				
			|||||||
void Ball::draw() {
 | 
					void Ball::draw() {
 | 
				
			||||||
	DrawCircle(this->pos.x, this->pos.y, this->radius, this->color);  // This is a raylib function, not a raylib-cpp function
 | 
						DrawCircle(this->pos.x, this->pos.y, this->radius, this->color);  // This is a raylib function, not a raylib-cpp function
 | 
				
			||||||
	return;
 | 
						return;
 | 
				
			||||||
	}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user