mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-06 06:31:32 +00:00
minor improvements
This commit is contained in:
@ -30,8 +30,6 @@ void Ball::update(float deltaTime) noexcept {
|
||||
}
|
||||
|
||||
|
||||
BallWorld::BallWorld() noexcept : balls() {}
|
||||
|
||||
void BallWorld::add(Ball::vec2f pos, float angle, float ballSize) noexcept {
|
||||
balls.emplace_back(Ball{ pos, angle, ballSize });
|
||||
}
|
||||
|
Reference in New Issue
Block a user