Use different window title

This commit is contained in:
Fierelier 2024-04-21 14:11:43 +02:00
parent 8ea913312d
commit 4391944782

View File

@ -71,7 +71,7 @@ int main() {
smallestValidRes.height, smallestValidRes.height,
smallestValidRes.depth smallestValidRes.depth
); );
unigi_graphics_mode(&smallestValidRes,"game"); unigi_graphics_mode(&smallestValidRes,"unigi test");
unigi_input_init(); unigi_input_init();
while (1) { while (1) {