aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
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. */