aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-16 20:34:06 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-16 20:34:06 -0500
commitbfff9d70936bcc797de7d5069c2822478b46833b (patch)
tree36bb102dfcb80fb7263de3ffa4faeea776449533 /main.c
parent8a2382793367277d07485d6120b706baa36e26ce (diff)
downloadvolute-bfff9d70936bcc797de7d5069c2822478b46833b.zip
init SDL in render init function
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index be0708e..1d0b3bc 100644
--- a/main.c
+++ b/main.c
@@ -68,8 +68,7 @@ static void render_command(mu_Command *cmd);
int
main(void) {
- /* Init SDL and renderer. */
- SDL_Init(SDL_INIT_EVERYTHING);
+ /* Init renderer. */
r_init();
/* Init microui. */