summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2023-10-12 21:58:15 -0500
committercitrons <citrons@mondecitronne.com>2023-10-12 21:58:15 -0500
commit93419ee676afecc3d8647cd27fc9504221d6353d (patch)
treea3c60f2d66493754103e3653d58690120f1c6cb3 /main.c
parent5ff2902259cc135375f526005a79d1e8cd83816b (diff)
display count of objects collected
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());