diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 21:54:28 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 21:54:28 +0200 |
commit | 9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf (patch) | |
tree | 97a2fc5ce1ec1345bd6f44889682ea9a2ffafd76 /src/example/asset_manager.cpp | |
parent | 080ad535e6fc6666b919b1a21b6986aaf9b678eb (diff) |
`clang-format`
Diffstat (limited to 'src/example/asset_manager.cpp')
-rw-r--r-- | src/example/asset_manager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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(); |