From 4391944782ec34c9539a9acc8d652dbacb27d9fc Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 21 Apr 2024 14:11:43 +0200 Subject: [PATCH] Use different window title --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index acedeae..cd8de8d 100644 --- a/src/main.c +++ b/src/main.c @@ -71,7 +71,7 @@ int main() { smallestValidRes.height, smallestValidRes.depth ); - unigi_graphics_mode(&smallestValidRes,"game"); + unigi_graphics_mode(&smallestValidRes,"unigi test"); unigi_input_init(); while (1) {