fix compilation issue, tests should've caught this but GHA failed

This commit is contained in:
Mitchell Hashimoto
2025-06-27 09:16:00 -07:00
parent 240c9b8afc
commit 4b5ccf79a5

View File

@@ -103,7 +103,7 @@ pub fn main() !MainReturn {
// Create our runtime app
var app_runtime: apprt.App = undefined;
try app_runtime.init(&app, .{});
try app_runtime.init(app, .{});
defer app_runtime.terminate();
// Since - by definition - there are no surfaces when first started, the