aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames/loading_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frames/loading_frame.cpp')
-rw-r--r--src/frames/loading_frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frames/loading_frame.cpp b/src/frames/loading_frame.cpp
index ef05bd48..b1de9b68 100644
--- a/src/frames/loading_frame.cpp
+++ b/src/frames/loading_frame.cpp
@@ -38,8 +38,8 @@ namespace usdx
Frame(app)
{
// RgbColor background(100, 100, 100);
-// set_background(new BackgroundColor(background));
- set_background(new BackgroundImage("game/themes/Deluxe/[bg-load]blue.jpg"));
+// set_background(new BackgroundColor(*this, background));
+ set_background(new BackgroundImage(*this, "game/themes/Deluxe/[bg-load]blue.jpg"));
DrawableControl *c = new Text(this, "Halloäöüß");
c->set_position(100, 100);