From c46779d92cb0d8d7d99b73c280aa1eef3c5d5a11 Mon Sep 17 00:00:00 2001 From: brxxh <11dac2t@huhn-online.de> Date: Sat, 31 May 2025 00:14:57 +0200 Subject: [PATCH] Don't set the BitmapIO path again --- examples/tappyplane/tappyplane.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/tappyplane/tappyplane.cpp b/examples/tappyplane/tappyplane.cpp index 949f576..e60bf83 100644 --- a/examples/tappyplane/tappyplane.cpp +++ b/examples/tappyplane/tappyplane.cpp @@ -610,9 +610,6 @@ struct App { // Conflower blue context.set_clearcolor(paradiso::RGBA::from_rgb(0x64, 0x95, 0xED)); - // Der Asset Loader bekommt den Pfad. - paradiso::BitmapIO::get().set_path("assets"); - // Wir initialisieren unsere Sachen. auto game_state = GameState::Start;