Don't set the BitmapIO path again

This commit is contained in:
brxxh 2025-05-31 00:14:57 +02:00
parent 9cd2979ece
commit c46779d92c

View file

@ -610,9 +610,6 @@ struct App {
// Conflower blue // Conflower blue
context.set_clearcolor(paradiso::RGBA::from_rgb(0x64, 0x95, 0xED)); 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. // Wir initialisieren unsere Sachen.
auto game_state = GameState::Start; auto game_state = GameState::Start;