From aa20a9ec8697a05d44e949ad6a1f2b2f6a3fe908 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 9 Nov 2022 13:38:36 -0800 Subject: libstage: bump libstage for new render_func Newer libstage enables the render_func to free its stage node via return value. This is useful for fire-and-forget style ephemeral nodes that make for convenient autonomous stage nodes which remove themselves after running their course. Think bonus scores and little visual effects... Requires some mechanical changes to the existing render funcs, but nothing functionally has really changed. --- libstage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstage') diff --git a/libstage b/libstage index 19acc6d..55ce577 160000 --- a/libstage +++ b/libstage @@ -1 +1 @@ -Subproject commit 19acc6de674d44d44f8d3bcb66568de3e5abfe3a +Subproject commit 55ce5773333b41229798c2a9b238812660707b7d -- cgit v1.2.3