From 0e888217b0bf67b7e6fdfd4797dc5dbd3495cbcc Mon Sep 17 00:00:00 2001 From: MysterD Date: Sat, 24 Jun 2023 17:53:18 -0700 Subject: [PATCH] lol whoops --- src/pc/lua/smlua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/lua/smlua.c b/src/pc/lua/smlua.c index c61a22b1..97a3aae6 100644 --- a/src/pc/lua/smlua.c +++ b/src/pc/lua/smlua.c @@ -308,7 +308,7 @@ void smlua_update(void) { // over time. // The real fix would be to make smlua produce less // garbage. - +} void smlua_shutdown(void) { hardcoded_reset_default_values();