mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
fix compilation issue, tests should've caught this but GHA failed
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user