From a8688e0d34ba32ef793c872a268beecc61543096 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 6 May 2024 14:30:08 -0700 Subject: [PATCH] Bump to new rawdraw submodule --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index ca62f8f..be046ab 100644 --- a/test.c +++ b/test.c @@ -223,10 +223,10 @@ void DrawHeightmap() } -void HandleDestroy() +int HandleDestroy() { printf( "Destroying\n" ); - exit(10); + return 0; } volatile int suspended;