summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 39eb282..7c573a8 100644
--- a/main.c
+++ b/main.c
@@ -86,6 +86,7 @@ int main(int argc, char *argv[]) {
"error creating renderer: %s", SDL_GetError());
return 1;
}
+ SDL_SetRenderDrawBlendMode(rend, SDL_BLENDMODE_BLEND);
init_world(&game);
while (run());