V35: register automatic outline target sync

This commit is contained in:
2026-08-29 10:32:41 +02:00
parent 189b040bf3
commit 04e37fcd4b
+1
View File
@@ -129,6 +129,7 @@ fn registerLuaFunctions() void {
}
if (build_opts.outline) {
registerFunction("OutlineCommand", @intFromPtr(&outline.outlineCommand));
registerFunction("OutlineSyncTarget", @intFromPtr(&outline.outlineSyncTarget));
registerFunction("OutlineDebug", @intFromPtr(&outline.outlineDebug));
}
if (build_opts.logsessions) {