From 03967c7a2b44808619762b6baeba21040fe91b70 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Mon, 7 Apr 2025 15:50:41 +0000 Subject: [PATCH] Update leenkx/Sources/leenkx/system/Starter.hx --- leenkx/Sources/leenkx/system/Starter.hx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/leenkx/Sources/leenkx/system/Starter.hx b/leenkx/Sources/leenkx/system/Starter.hx index 7700804..cb1f9d9 100644 --- a/leenkx/Sources/leenkx/system/Starter.hx +++ b/leenkx/Sources/leenkx/system/Starter.hx @@ -41,7 +41,11 @@ class Starter { try { #end - kha.System.start({title: Main.projectName, width: c.window_w, height: c.window_h, window: {mode: windowMode, windowFeatures: windowFeatures}, framebuffer: {samplesPerPixel: c.window_msaa, verticalSync: c.window_vsync}}, function(window: kha.Window) { + kha.System.start({title: Main.projectName, width: c.window_w, height: c.window_h, window: { + #if arm_render_viewport + visible: false, + #end + mode: windowMode, windowFeatures: windowFeatures}, framebuffer: {samplesPerPixel: c.window_msaa, verticalSync: c.window_vsync}}, function(window: kha.Window) { iron.App.init(function() { #if lnx_loadscreen