From 9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 21:54:28 +0200 Subject: `clang-format` --- src/example/asset_manager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/example/asset_manager.cpp') diff --git a/src/example/asset_manager.cpp b/src/example/asset_manager.cpp index 9b41c2f..7aa4ffe 100644 --- a/src/example/asset_manager.cpp +++ b/src/example/asset_manager.cpp @@ -9,9 +9,7 @@ using namespace crepe::api; int main() { // this needs to be called before the asset manager otherwise the destructor of sdl is not in the right order - { - Texture test("../asset/texture/img.png"); - } + { Texture test("../asset/texture/img.png"); } auto & mgr = AssetManager::get_instance(); -- cgit v1.2.3