SDLPP: Formatting

This commit is contained in:
2021-03-15 14:50:40 +01:00
parent 4cd351c7a3
commit 6cfe2046d4
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ const std::shared_ptr< RenderObject > &Scene::leftmost() {
const std::shared_ptr< RenderObject > &Scene::rightmost() {
return rightmost_obj;
}
Vec2D<int> Scene::getDimensions() const {
Vec2D< int > Scene::getDimensions() const {
return renderer->getDimensions();
}
int Scene::getWidth() const {