summaryrefslogtreecommitdiff
path: root/src/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/background.c')
-rw-r--r--src/background.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/background.c b/src/background.c
index a2b3334..6816dbf 100644
--- a/src/background.c
+++ b/src/background.c
@@ -26,6 +26,7 @@ void AddBackground(const char* backgroundTextureName) {
.texture = backgroundTexture,
.layer = Background_Layer,
.numAnimations = 0,
+ .alpha = 1.0,
.srcRect = {0, 0, backgroundTexture.width, backgroundTexture.height},
.destRect = {NO_OFFSET, NO_OFFSET, backgroundBounds.x, backgroundBounds.y}