From 750db08e0037f4b3f0593ef6675ebe808c1934ce Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 13 Dec 2024 17:01:12 +0800 Subject: [PATCH] Function glfw.terminate on modules in standard library. --- modules/core@1.0.0/src/glfw.n8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core@1.0.0/src/glfw.n8 b/modules/core@1.0.0/src/glfw.n8 index ca160c3..21736a9 100644 --- a/modules/core@1.0.0/src/glfw.n8 +++ b/modules/core@1.0.0/src/glfw.n8 @@ -16,4 +16,5 @@ # along with N8. If not, see . val("n8-std") - glfw.init + glfw.init, + glfw.terminate